@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTemplateStepsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTemplateStepsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTemplateStepsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results that can be returned.
|
String |
getNextToken()
The pagination token.
|
String |
getStepGroupId()
The ID of the step group.
|
String |
getTemplateId()
The ID of the template.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setStepGroupId(String stepGroupId)
The ID of the step group.
|
void |
setTemplateId(String templateId)
The ID of the template.
|
String |
toString()
Returns a string representation of this object.
|
ListTemplateStepsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
ListTemplateStepsRequest |
withNextToken(String nextToken)
The pagination token.
|
ListTemplateStepsRequest |
withStepGroupId(String stepGroupId)
The ID of the step group.
|
ListTemplateStepsRequest |
withTemplateId(String templateId)
The ID of the template.
|
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 setMaxResults(Integer maxResults)
The maximum number of results that can be returned.
maxResults
- The maximum number of results that can be returned.public Integer getMaxResults()
The maximum number of results that can be returned.
public ListTemplateStepsRequest withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
maxResults
- The maximum number of results that can be returned.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListTemplateStepsRequest withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public void setTemplateId(String templateId)
The ID of the template.
templateId
- The ID of the template.public String getTemplateId()
The ID of the template.
public ListTemplateStepsRequest withTemplateId(String templateId)
The ID of the template.
templateId
- The ID of the template.public void setStepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId
- The ID of the step group.public String getStepGroupId()
The ID of the step group.
public ListTemplateStepsRequest withStepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId
- The ID of the step group.public String toString()
toString
in class Object
Object.toString()
public ListTemplateStepsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()