Class ListDataSetsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.m2.model.M2Request
-
- software.amazon.awssdk.services.m2.model.ListDataSetsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListDataSetsRequest extends M2Request implements ToCopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListDataSetsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The unique identifier of the application for which you want to list the associated data sets.static ListDataSetsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of objects to return.StringnameFilter()Filter dataset name matching the specified pattern.StringnextToken()A pagination token returned from a previous call to this operation.Stringprefix()The prefix of the data set name, which you can use to filter the list of data sets.List<SdkField<?>>sdkFields()static Class<? extends ListDataSetsRequest.Builder>serializableBuilderClass()ListDataSetsRequest.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
-
applicationId
public final String applicationId()
The unique identifier of the application for which you want to list the associated data sets.
- Returns:
- The unique identifier of the application for which you want to list the associated data sets.
-
maxResults
public final Integer maxResults()
The maximum number of objects to return.
- Returns:
- The maximum number of objects to return.
-
nameFilter
public final String nameFilter()
Filter dataset name matching the specified pattern. Can use * and % as wild cards.
- Returns:
- Filter dataset name matching the specified pattern. Can use * and % as wild cards.
-
nextToken
public final String nextToken()
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
- Returns:
- A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
-
prefix
public final String prefix()
The prefix of the data set name, which you can use to filter the list of data sets.
- Returns:
- The prefix of the data set name, which you can use to filter the list of data sets.
-
toBuilder
public ListDataSetsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>- Specified by:
toBuilderin classM2Request
-
builder
public static ListDataSetsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDataSetsRequest.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
-
-