@Generated(value="software.amazon.awssdk:codegen") public final class PollForTaskResponse extends DataPipelineResponse implements ToCopyableBuilder<PollForTaskResponse.Builder,PollForTaskResponse>
Contains the output of PollForTask.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PollForTaskResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PollForTaskResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PollForTaskResponse.Builder> |
serializableBuilderClass() |
TaskObject |
taskObject()
The information needed to complete the task that is being assigned to the task runner.
|
PollForTaskResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TaskObject taskObject()
The information needed to complete the task that is being assigned to the task runner. One of the fields returned
in this object is taskId, which contains an identifier for the task being assigned. The calling task
runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.
taskId, which contains an identifier for the task being assigned.
The calling task runner uses taskId in subsequent calls to ReportTaskProgress and
SetTaskStatus.public PollForTaskResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PollForTaskResponse.Builder,PollForTaskResponse>toBuilder in class AwsResponsepublic static PollForTaskResponse.Builder builder()
public static Class<? extends PollForTaskResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.