Class ListContainersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.mediastore.model.MediaStoreRequest
-
- software.amazon.awssdk.services.mediastore.model.ListContainersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListContainersRequest.Builder,ListContainersRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListContainersRequest extends MediaStoreRequest implements ToCopyableBuilder<ListContainersRequest.Builder,ListContainersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListContainersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListContainersRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()Enter the maximum number of containers in the response.StringnextToken()Only if you usedMaxResultsin 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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String nextToken()
Only if you used
MaxResultsin 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.- Returns:
- Only if you used
MaxResultsin 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
public final Integer maxResults()
Enter the maximum number of containers in the response. Use from 1 to 255 characters.
- Returns:
- Enter the maximum number of containers in the response. Use from 1 to 255 characters.
-
toBuilder
public ListContainersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListContainersRequest.Builder,ListContainersRequest>- Specified by:
toBuilderin classMediaStoreRequest
-
builder
public static ListContainersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListContainersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-