@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileObjectTypeTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProfileObjectTypeTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListProfileObjectTypeTemplatesRequest |
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 objects returned per page.
|
String |
getNextToken()
The pagination token from the previous ListObjectTypeTemplates API call.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
void |
setNextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
|
String |
toString()
Returns a string representation of this object.
|
ListProfileObjectTypeTemplatesRequest |
withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListProfileObjectTypeTemplatesRequest |
withNextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
|
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 ListProfileObjectTypeTemplatesRequest()
public void setNextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
nextToken
- The pagination token from the previous ListObjectTypeTemplates API call.public String getNextToken()
The pagination token from the previous ListObjectTypeTemplates API call.
public ListProfileObjectTypeTemplatesRequest withNextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
nextToken
- The pagination token from the previous ListObjectTypeTemplates API call.public void setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults
- The maximum number of objects returned per page.public Integer getMaxResults()
The maximum number of objects returned per page.
public ListProfileObjectTypeTemplatesRequest withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults
- The maximum number of objects returned per page.public String toString()
toString
in class Object
Object.toString()
public ListProfileObjectTypeTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()