@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStepConsumersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStepConsumersRequest() |
Modifier and Type | Method and Description |
---|---|
ListStepConsumersRequest |
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 list of step consumers.
|
String |
getJobId()
The job ID for the step consumer.
|
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 for the step consumer.
|
String |
getStepId()
The step ID to include on the list.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID for the list of step consumers.
|
void |
setJobId(String jobId)
The job ID for the step consumer.
|
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 for the step consumer.
|
void |
setStepId(String stepId)
The step ID to include on the list.
|
String |
toString()
Returns a string representation of this object.
|
ListStepConsumersRequest |
withFarmId(String farmId)
The farm ID for the list of step consumers.
|
ListStepConsumersRequest |
withJobId(String jobId)
The job ID for the step consumer.
|
ListStepConsumersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListStepConsumersRequest |
withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListStepConsumersRequest |
withQueueId(String queueId)
The queue ID for the step consumer.
|
ListStepConsumersRequest |
withStepId(String stepId)
The step ID to include on the list.
|
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 list of step consumers.
farmId
- The farm ID for the list of step consumers.public String getFarmId()
The farm ID for the list of step consumers.
public ListStepConsumersRequest withFarmId(String farmId)
The farm ID for the list of step consumers.
farmId
- The farm ID for the list of step consumers.public void setJobId(String jobId)
The job ID for the step consumer.
jobId
- The job ID for the step consumer.public String getJobId()
The job ID for the step consumer.
public ListStepConsumersRequest withJobId(String jobId)
The job ID for the step consumer.
jobId
- The job ID for the step consumer.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 ListStepConsumersRequest 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 ListStepConsumersRequest 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 for the step consumer.
queueId
- The queue ID for the step consumer.public String getQueueId()
The queue ID for the step consumer.
public ListStepConsumersRequest withQueueId(String queueId)
The queue ID for the step consumer.
queueId
- The queue ID for the step consumer.public void setStepId(String stepId)
The step ID to include on the list.
stepId
- The step ID to include on the list.public String getStepId()
The step ID to include on the list.
public ListStepConsumersRequest withStepId(String stepId)
The step ID to include on the list.
stepId
- The step ID to include on the list.public String toString()
toString
in class Object
Object.toString()
public ListStepConsumersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()