@Generated(value="software.amazon.awssdk:codegen") public final class ListContainersRequest extends MediaStoreRequest implements ToCopyableBuilder<ListContainersRequest.Builder,ListContainersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListContainersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListContainersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Enter the maximum number of containers in the response.
|
String |
nextToken()
Only if you used
MaxResults in the first command, enter the token (which was included in the
previous response) to obtain the next set of containers. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListContainersRequest.Builder> |
serializableBuilderClass() |
ListContainersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
Only if you used MaxResults in the first command, enter the token (which was included in the
previous response) to obtain the next set of containers. This token is included in a response only if there
actually are more containers to list.
MaxResults in the first command, enter the token (which was included in the
previous response) to obtain the next set of containers. This token is included in a response only if
there actually are more containers to list.public final Integer maxResults()
Enter the maximum number of containers in the response. Use from 1 to 255 characters.
public ListContainersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListContainersRequest.Builder,ListContainersRequest>toBuilder in class MediaStoreRequestpublic static ListContainersRequest.Builder builder()
public static Class<? extends ListContainersRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.