@Generated(value="software.amazon.awssdk:codegen") public final class ListDatasetGroupsRequest extends ForecastRequest implements ToCopyableBuilder<ListDatasetGroupsRequest.Builder,ListDatasetGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDatasetGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDatasetGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of items to return in the response.
|
String |
nextToken()
If the result of the previous request was truncated, the response includes a
NextToken. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDatasetGroupsRequest.Builder> |
serializableBuilderClass() |
ListDatasetGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nextToken()
If the result of the previous request was truncated, the response includes a NextToken. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
NextToken. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public Integer maxResults()
The number of items to return in the response.
public ListDatasetGroupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDatasetGroupsRequest.Builder,ListDatasetGroupsRequest>toBuilder in class ForecastRequestpublic static ListDatasetGroupsRequest.Builder builder()
public static Class<? extends ListDatasetGroupsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.