@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTemplateStepGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTemplateStepGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTemplateStepGroupsRequest |
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 |
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 |
setTemplateId(String templateId)
The ID of the template.
|
String |
toString()
Returns a string representation of this object.
|
ListTemplateStepGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
ListTemplateStepGroupsRequest |
withNextToken(String nextToken)
The pagination token.
|
ListTemplateStepGroupsRequest |
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 ListTemplateStepGroupsRequest 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 ListTemplateStepGroupsRequest 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 ListTemplateStepGroupsRequest withTemplateId(String templateId)
The ID of the template.
templateId
- The ID of the template.public String toString()
toString
in class Object
Object.toString()
public ListTemplateStepGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()