@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnalysisTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAnalysisTemplatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnalysisTemplatesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of the results that is returned per call.
|
String |
getMembershipIdentifier()
The identifier for a membership resource.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
void |
setMembershipIdentifier(String membershipIdentifier)
The identifier for a membership resource.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAnalysisTemplatesRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListAnalysisTemplatesRequest |
withMembershipIdentifier(String membershipIdentifier)
The identifier for a membership resource.
|
ListAnalysisTemplatesRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setMembershipIdentifier(String membershipIdentifier)
The identifier for a membership resource.
membershipIdentifier - The identifier for a membership resource.public String getMembershipIdentifier()
The identifier for a membership resource.
public ListAnalysisTemplatesRequest withMembershipIdentifier(String membershipIdentifier)
The identifier for a membership resource.
membershipIdentifier - The identifier for a membership resource.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListAnalysisTemplatesRequest withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public void setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.public Integer getMaxResults()
The maximum size of the results that is returned per call.
public ListAnalysisTemplatesRequest withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.public String toString()
toString in class ObjectObject.toString()public ListAnalysisTemplatesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.