@Generated(value="software.amazon.awssdk:codegen") public class ListAssociationVersionsRequest extends SSMRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListAssociationVersionsRequest.Builder,ListAssociationVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAssociationVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The association ID for which you want to view all versions.
|
static ListAssociationVersionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to return for this call.
|
String |
nextToken()
A token to start the list.
|
static Class<? extends ListAssociationVersionsRequest.Builder> |
serializableBuilderClass() |
ListAssociationVersionsRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String associationId()
The association ID for which you want to view all versions.
public Integer maxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public String nextToken()
A token to start the list. Use this token to get the next set of results.
public ListAssociationVersionsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListAssociationVersionsRequest.Builder,ListAssociationVersionsRequest>toBuilder in class SSMRequestpublic static ListAssociationVersionsRequest.Builder builder()
public static Class<? extends ListAssociationVersionsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.