@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStepRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetStepRequest() |
Modifier and Type | Method and Description |
---|---|
GetStepRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID for the step.
|
String |
getJobId()
The job ID for the step.
|
String |
getQueueId()
The queue ID for the step.
|
String |
getStepId()
The step ID.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID for the step.
|
void |
setJobId(String jobId)
The job ID for the step.
|
void |
setQueueId(String queueId)
The queue ID for the step.
|
void |
setStepId(String stepId)
The step ID.
|
String |
toString()
Returns a string representation of this object.
|
GetStepRequest |
withFarmId(String farmId)
The farm ID for the step.
|
GetStepRequest |
withJobId(String jobId)
The job ID for the step.
|
GetStepRequest |
withQueueId(String queueId)
The queue ID for the step.
|
GetStepRequest |
withStepId(String stepId)
The step 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 for the step.
farmId
- The farm ID for the step.public String getFarmId()
The farm ID for the step.
public GetStepRequest withFarmId(String farmId)
The farm ID for the step.
farmId
- The farm ID for the step.public void setJobId(String jobId)
The job ID for the step.
jobId
- The job ID for the step.public String getJobId()
The job ID for the step.
public GetStepRequest withJobId(String jobId)
The job ID for the step.
jobId
- The job ID for the step.public void setQueueId(String queueId)
The queue ID for the step.
queueId
- The queue ID for the step.public String getQueueId()
The queue ID for the step.
public GetStepRequest withQueueId(String queueId)
The queue ID for the step.
queueId
- The queue ID for the step.public void setStepId(String stepId)
The step ID.
stepId
- The step ID.public String getStepId()
The step ID.
public GetStepRequest withStepId(String stepId)
The step ID.
stepId
- The step ID.public String toString()
toString
in class Object
Object.toString()
public GetStepRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()