@Generated(value="software.amazon.awssdk:codegen") public final class ListBatchLoadTasksRequest extends TimestreamWriteRequest implements ToCopyableBuilder<ListBatchLoadTasksRequest.Builder,ListBatchLoadTasksRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBatchLoadTasksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListBatchLoadTasksRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The total number of items to return in the output.
|
String |
nextToken()
A token to specify where to start paginating.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBatchLoadTasksRequest.Builder> |
serializableBuilderClass() |
BatchLoadStatus |
taskStatus()
Status of the batch load task.
|
String |
taskStatusAsString()
Status of the batch load task.
|
ListBatchLoadTasksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
public final Integer maxResults()
The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
public final BatchLoadStatus taskStatus()
Status of the batch load task.
If the service returns an enum value that is not available in the current SDK version, taskStatus will
return BatchLoadStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
taskStatusAsString().
BatchLoadStatuspublic final String taskStatusAsString()
Status of the batch load task.
If the service returns an enum value that is not available in the current SDK version, taskStatus will
return BatchLoadStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
taskStatusAsString().
BatchLoadStatuspublic ListBatchLoadTasksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBatchLoadTasksRequest.Builder,ListBatchLoadTasksRequest>toBuilder in class TimestreamWriteRequestpublic static ListBatchLoadTasksRequest.Builder builder()
public static Class<? extends ListBatchLoadTasksRequest.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.