@Generated(value="software.amazon.awssdk:codegen") public final class ListDataSetsRequest extends DataExchangeRequest implements ToCopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDataSetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDataSetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results returned by a single call.
|
String |
nextToken()
The token value retrieved from a previous call to access the next page of results.
|
String |
origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDataSetsRequest.Builder> |
serializableBuilderClass() |
ListDataSetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of results returned by a single call.
public final String nextToken()
The token value retrieved from a previous call to access the next page of results.
public final String origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
public ListDataSetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>toBuilder in class DataExchangeRequestpublic static ListDataSetsRequest.Builder builder()
public static Class<? extends ListDataSetsRequest.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.