@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 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.