@Generated(value="software.amazon.awssdk:codegen") public class ListAssociationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAssociationsResponse.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>public static ListAssociationsResponse.Builder builder()
public static Class<? extends ListAssociationsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.