@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnalysesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAnalysesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnalysesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account; that contains the analyses.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A pagination token that can be used in a subsequent request.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the analyses.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
String |
toString()
Returns a string representation of this object.
|
ListAnalysesRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the analyses.
|
ListAnalysesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnalysesRequest |
withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
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 setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the analyses.
awsAccountId - The ID of the Amazon Web Services account; that contains the analyses.public String getAwsAccountId()
The ID of the Amazon Web Services account; that contains the analyses.
public ListAnalysesRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the analyses.
awsAccountId - The ID of the Amazon Web Services account; that contains the analyses.public void setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.public String getNextToken()
A pagination token that can be used in a subsequent request.
public ListAnalysesRequest withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListAnalysesRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public String toString()
toString in class ObjectObject.toString()public ListAnalysesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.