Class ListBatchLoadTasksRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.timestreamwrite.model.TimestreamWriteRequest
-
- software.amazon.awssdk.services.timestreamwrite.model.ListBatchLoadTasksRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBatchLoadTasksRequest.Builder,ListBatchLoadTasksRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListBatchLoadTasksRequest extends TimestreamWriteRequest implements ToCopyableBuilder<ListBatchLoadTasksRequest.Builder,ListBatchLoadTasksRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListBatchLoadTasksRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListBatchLoadTasksRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The total number of items to return in the output.StringnextToken()A token to specify where to start paginating.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListBatchLoadTasksRequest.Builder>serializableBuilderClass()BatchLoadStatustaskStatus()Status of the batch load task.StringtaskStatusAsString()Status of the batch load task.ListBatchLoadTasksRequest.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
-
nextToken
public final String nextToken()
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
- Returns:
- A token to specify where to start paginating. This is the NextToken from a previously truncated response.
-
maxResults
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.
- Returns:
- 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.
-
taskStatus
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,
taskStatuswill returnBatchLoadStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskStatusAsString().- Returns:
- Status of the batch load task.
- See Also:
BatchLoadStatus
-
taskStatusAsString
public 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,
taskStatuswill returnBatchLoadStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskStatusAsString().- Returns:
- Status of the batch load task.
- See Also:
BatchLoadStatus
-
toBuilder
public ListBatchLoadTasksRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBatchLoadTasksRequest.Builder,ListBatchLoadTasksRequest>- Specified by:
toBuilderin classTimestreamWriteRequest
-
builder
public static ListBatchLoadTasksRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListBatchLoadTasksRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-