ToCopyableBuilder<ListNetworkProfilesResponse.Builder,ListNetworkProfilesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListNetworkProfilesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListNetworkProfilesResponse.Builder,ListNetworkProfilesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListNetworkProfilesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListNetworkProfilesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<NetworkProfile> |
networkProfiles() |
A list of the available network profiles.
|
String |
nextToken() |
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
static Class<? extends ListNetworkProfilesResponse.Builder> |
serializableBuilderClass() |
|
ListNetworkProfilesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<NetworkProfile> networkProfiles()
A list of the available network profiles.
public String nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListNetworkProfilesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListNetworkProfilesResponse.Builder,ListNetworkProfilesResponse>
public static ListNetworkProfilesResponse.Builder builder()
public static Class<? extends ListNetworkProfilesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.