@Generated(value="software.amazon.awssdk:codegen") public final class ListRasterDataCollectionsRequest extends SageMakerGeospatialRequest implements ToCopyableBuilder<ListRasterDataCollectionsRequest.Builder,ListRasterDataCollectionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRasterDataCollectionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRasterDataCollectionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The total number of items to return.
|
String |
nextToken()
If the previous response was truncated, you receive this token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRasterDataCollectionsRequest.Builder> |
serializableBuilderClass() |
ListRasterDataCollectionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The total number of items to return.
public final String nextToken()
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
public ListRasterDataCollectionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRasterDataCollectionsRequest.Builder,ListRasterDataCollectionsRequest>toBuilder in class SageMakerGeospatialRequestpublic static ListRasterDataCollectionsRequest.Builder builder()
public static Class<? extends ListRasterDataCollectionsRequest.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.