@Generated(value="software.amazon.awssdk:codegen") public final class ListDatasetContentsRequest extends IoTAnalyticsRequest implements ToCopyableBuilder<ListDatasetContentsRequest.Builder,ListDatasetContentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDatasetContentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDatasetContentsRequest.Builder |
builder() |
String |
datasetName()
The name of the dataset whose contents information you want to list.
|
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 to return in this request.
|
String |
nextToken()
The token for the next set of results.
|
Instant |
scheduledBefore()
A filter to limit results to those dataset contents whose creation is scheduled before the given time.
|
Instant |
scheduledOnOrAfter()
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDatasetContentsRequest.Builder> |
serializableBuilderClass() |
ListDatasetContentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetName()
The name of the dataset whose contents information you want to list.
public final String nextToken()
The token for the next set of results.
public final Integer maxResults()
The maximum number of results to return in this request.
public final Instant scheduledOnOrAfter()
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See
the field triggers.schedule in the CreateDataset request. (timestamp)
triggers.schedule in the CreateDataset request. (timestamp)public final Instant scheduledBefore()
A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the
field triggers.schedule in the CreateDataset request. (timestamp)
triggers.schedule in the CreateDataset request. (timestamp)public ListDatasetContentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDatasetContentsRequest.Builder,ListDatasetContentsRequest>toBuilder in class IoTAnalyticsRequestpublic static ListDatasetContentsRequest.Builder builder()
public static Class<? extends ListDatasetContentsRequest.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.