@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeneratedTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGeneratedTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListGeneratedTemplatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
If the number of available results exceeds this maximum, the response includes a
NextToken value
that you can use for the NextToken parameter to get the next set of results. |
String |
getNextToken()
A string that identifies the next page of resource scan results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
If the number of available results exceeds this maximum, the response includes a
NextToken value
that you can use for the NextToken parameter to get the next set of results. |
void |
setNextToken(String nextToken)
A string that identifies the next page of resource scan results.
|
String |
toString()
Returns a string representation of this object.
|
ListGeneratedTemplatesRequest |
withMaxResults(Integer maxResults)
If the number of available results exceeds this maximum, the response includes a
NextToken value
that you can use for the NextToken parameter to get the next set of results. |
ListGeneratedTemplatesRequest |
withNextToken(String nextToken)
A string that identifies the next page of resource scan results.
|
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 setNextToken(String nextToken)
A string that identifies the next page of resource scan results.
nextToken
- A string that identifies the next page of resource scan results.public String getNextToken()
A string that identifies the next page of resource scan results.
public ListGeneratedTemplatesRequest withNextToken(String nextToken)
A string that identifies the next page of resource scan results.
nextToken
- A string that identifies the next page of resource scan results.public void setMaxResults(Integer maxResults)
If the number of available results exceeds this maximum, the response includes a NextToken
value
that you can use for the NextToken
parameter to get the next set of results. By default the
ListGeneratedTemplates
API action will return at most 50 results in each response. The maximum value
is 100.
maxResults
- If the number of available results exceeds this maximum, the response includes a NextToken
value that you can use for the NextToken
parameter to get the next set of results. By default
the ListGeneratedTemplates
API action will return at most 50 results in each response. The
maximum value is 100.public Integer getMaxResults()
If the number of available results exceeds this maximum, the response includes a NextToken
value
that you can use for the NextToken
parameter to get the next set of results. By default the
ListGeneratedTemplates
API action will return at most 50 results in each response. The maximum value
is 100.
NextToken
value that you can use for the NextToken
parameter to get the next set of results. By
default the ListGeneratedTemplates
API action will return at most 50 results in each
response. The maximum value is 100.public ListGeneratedTemplatesRequest withMaxResults(Integer maxResults)
If the number of available results exceeds this maximum, the response includes a NextToken
value
that you can use for the NextToken
parameter to get the next set of results. By default the
ListGeneratedTemplates
API action will return at most 50 results in each response. The maximum value
is 100.
maxResults
- If the number of available results exceeds this maximum, the response includes a NextToken
value that you can use for the NextToken
parameter to get the next set of results. By default
the ListGeneratedTemplates
API action will return at most 50 results in each response. The
maximum value is 100.public String toString()
toString
in class Object
Object.toString()
public ListGeneratedTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()