ToCopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListConfigurationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListConfigurationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListConfigurationsResponse.Builder |
builder() |
|
List<Map<String,String>> |
configurations() |
Returns configuration details, including the configuration ID, attribute names, and attribute values.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
Token to retrieve the next set of results.
|
static Class<? extends ListConfigurationsResponse.Builder> |
serializableBuilderClass() |
|
ListConfigurationsResponse.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<Map<String,String>> configurations()
Returns configuration details, including the configuration ID, attribute names, and attribute values.
public String nextToken()
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items,
but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results along with
this token. Use this token in the next query to retrieve the next set of 10.
ListConfigurationsRequest$maxResults
to 10, you received a set of 10
results along with this token. Use this token in the next query to retrieve the next set of 10.public ListConfigurationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
public static ListConfigurationsResponse.Builder builder()
public static Class<? extends ListConfigurationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.