Class ListDataLakeDatasetsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.supplychain.model.SupplyChainRequest
-
- software.amazon.awssdk.services.supplychain.model.ListDataLakeDatasetsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDataLakeDatasetsRequest.Builder,ListDataLakeDatasetsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListDataLakeDatasetsRequest extends SupplyChainRequest implements ToCopyableBuilder<ListDataLakeDatasetsRequest.Builder,ListDataLakeDatasetsRequest>
The request parameters of ListDataLakeDatasets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListDataLakeDatasetsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDataLakeDatasetsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceId()The Amazon Web Services Supply Chain instance identifier.IntegermaxResults()The max number of datasets to fetch in this paginated request.Stringnamespace()The name space of the dataset.StringnextToken()The pagination token to fetch next page of datasets.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListDataLakeDatasetsRequest.Builder>serializableBuilderClass()ListDataLakeDatasetsRequest.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
-
instanceId
public final String instanceId()
The Amazon Web Services Supply Chain instance identifier.
- Returns:
- The Amazon Web Services Supply Chain instance identifier.
-
namespace
public final String namespace()
The name space of the dataset. The available values are:
-
asc - For information on the Amazon Web Services Supply Chain supported datasets see https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.
-
default - For datasets with custom user-defined schemas.
- Returns:
- The name space of the dataset. The available values are:
-
asc - For information on the Amazon Web Services Supply Chain supported datasets see https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.
-
default - For datasets with custom user-defined schemas.
-
-
-
nextToken
public final String nextToken()
The pagination token to fetch next page of datasets.
- Returns:
- The pagination token to fetch next page of datasets.
-
maxResults
public final Integer maxResults()
The max number of datasets to fetch in this paginated request.
- Returns:
- The max number of datasets to fetch in this paginated request.
-
toBuilder
public ListDataLakeDatasetsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDataLakeDatasetsRequest.Builder,ListDataLakeDatasetsRequest>- Specified by:
toBuilderin classSupplyChainRequest
-
builder
public static ListDataLakeDatasetsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDataLakeDatasetsRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-