@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStepsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListStepsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListStepsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID to include on the list of steps.
|
String |
getJobId()
The job ID to include on the list of steps.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token for the next set of results, or
null to start from the beginning. |
String |
getQueueId()
The queue ID to include on the list of steps.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID to include on the list of steps.
|
void |
setJobId(String jobId)
The job ID to include on the list of steps.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
void |
setQueueId(String queueId)
The queue ID to include on the list of steps.
|
String |
toString()
Returns a string representation of this object.
|
ListStepsRequest |
withFarmId(String farmId)
The farm ID to include on the list of steps.
|
ListStepsRequest |
withJobId(String jobId)
The job ID to include on the list of steps.
|
ListStepsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListStepsRequest |
withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListStepsRequest |
withQueueId(String queueId)
The queue ID to include on the list of steps.
|
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, withSdkRequestTimeoutpublic void setFarmId(String farmId)
The farm ID to include on the list of steps.
farmId - The farm ID to include on the list of steps.public String getFarmId()
The farm ID to include on the list of steps.
public ListStepsRequest withFarmId(String farmId)
The farm ID to include on the list of steps.
farmId - The farm ID to include on the list of steps.public void setJobId(String jobId)
The job ID to include on the list of steps.
jobId - The job ID to include on the list of steps.public String getJobId()
The job ID to include on the list of steps.
public ListStepsRequest withJobId(String jobId)
The job ID to include on the list of steps.
jobId - The job ID to include on the list of steps.public void setMaxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.public Integer getMaxResults()
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
NextToken to get results as
a set of sequential pages.public ListStepsRequest withMaxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.public void setNextToken(String nextToken)
The token for the next set of results, or null to start from the beginning.
nextToken - The token for the next set of results, or null to start from the beginning.public String getNextToken()
The token for the next set of results, or null to start from the beginning.
null to start from the beginning.public ListStepsRequest withNextToken(String nextToken)
The token for the next set of results, or null to start from the beginning.
nextToken - The token for the next set of results, or null to start from the beginning.public void setQueueId(String queueId)
The queue ID to include on the list of steps.
queueId - The queue ID to include on the list of steps.public String getQueueId()
The queue ID to include on the list of steps.
public ListStepsRequest withQueueId(String queueId)
The queue ID to include on the list of steps.
queueId - The queue ID to include on the list of steps.public String toString()
toString in class ObjectObject.toString()public ListStepsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()