ToCopyableBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListAssociationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListAssociationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<Association> |
associations() |
The associations.
|
static ListAssociationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token to use when requesting the next set of items.
|
static Class<? extends ListAssociationsResponse.Builder> |
serializableBuilderClass() |
|
ListAssociationsResponse.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<Association> associations()
The associations.
public String nextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public ListAssociationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>
public static ListAssociationsResponse.Builder builder()
public static Class<? extends ListAssociationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.