@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTaskRequest() |
Modifier and Type | Method and Description |
---|---|
GetTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID of the farm connected to the task.
|
String |
getJobId()
The job ID of the job connected to the task.
|
String |
getQueueId()
The queue ID for the queue connected to the task.
|
String |
getStepId()
The step ID for the step connected to the task.
|
String |
getTaskId()
The task ID.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID of the farm connected to the task.
|
void |
setJobId(String jobId)
The job ID of the job connected to the task.
|
void |
setQueueId(String queueId)
The queue ID for the queue connected to the task.
|
void |
setStepId(String stepId)
The step ID for the step connected to the task.
|
void |
setTaskId(String taskId)
The task ID.
|
String |
toString()
Returns a string representation of this object.
|
GetTaskRequest |
withFarmId(String farmId)
The farm ID of the farm connected to the task.
|
GetTaskRequest |
withJobId(String jobId)
The job ID of the job connected to the task.
|
GetTaskRequest |
withQueueId(String queueId)
The queue ID for the queue connected to the task.
|
GetTaskRequest |
withStepId(String stepId)
The step ID for the step connected to the task.
|
GetTaskRequest |
withTaskId(String taskId)
The task ID.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFarmId(String farmId)
The farm ID of the farm connected to the task.
farmId
- The farm ID of the farm connected to the task.public String getFarmId()
The farm ID of the farm connected to the task.
public GetTaskRequest withFarmId(String farmId)
The farm ID of the farm connected to the task.
farmId
- The farm ID of the farm connected to the task.public void setJobId(String jobId)
The job ID of the job connected to the task.
jobId
- The job ID of the job connected to the task.public String getJobId()
The job ID of the job connected to the task.
public GetTaskRequest withJobId(String jobId)
The job ID of the job connected to the task.
jobId
- The job ID of the job connected to the task.public void setQueueId(String queueId)
The queue ID for the queue connected to the task.
queueId
- The queue ID for the queue connected to the task.public String getQueueId()
The queue ID for the queue connected to the task.
public GetTaskRequest withQueueId(String queueId)
The queue ID for the queue connected to the task.
queueId
- The queue ID for the queue connected to the task.public void setStepId(String stepId)
The step ID for the step connected to the task.
stepId
- The step ID for the step connected to the task.public String getStepId()
The step ID for the step connected to the task.
public GetTaskRequest withStepId(String stepId)
The step ID for the step connected to the task.
stepId
- The step ID for the step connected to the task.public void setTaskId(String taskId)
The task ID.
taskId
- The task ID.public String getTaskId()
The task ID.
public GetTaskRequest withTaskId(String taskId)
The task ID.
taskId
- The task ID.public String toString()
toString
in class Object
Object.toString()
public GetTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()