@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnabledStandardsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetEnabledStandardsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetEnabledStandardsRequest |
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 to return in the response.
|
String |
getNextToken()
Paginates results.
|
List<String> |
getStandardsSubscriptionArns()
The list of the standards subscription ARNs for the standards to retrieve.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
Paginates results.
|
void |
setStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetEnabledStandardsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetEnabledStandardsRequest |
withNextToken(String nextToken)
Paginates results.
|
GetEnabledStandardsRequest |
withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
|
GetEnabledStandardsRequest |
withStandardsSubscriptionArns(String... standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
|
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, withSdkRequestTimeoutpublic List<String> getStandardsSubscriptionArns()
The list of the standards subscription ARNs for the standards to retrieve.
public void setStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
standardsSubscriptionArns - The list of the standards subscription ARNs for the standards to retrieve.public GetEnabledStandardsRequest withStandardsSubscriptionArns(String... standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
NOTE: This method appends the values to the existing list (if any). Use
setStandardsSubscriptionArns(java.util.Collection) or
withStandardsSubscriptionArns(java.util.Collection) if you want to override the existing values.
standardsSubscriptionArns - The list of the standards subscription ARNs for the standards to retrieve.public GetEnabledStandardsRequest withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
standardsSubscriptionArns - The list of the standards subscription ARNs for the standards to retrieve.public void setNextToken(String nextToken)
Paginates results. On your first call to the GetEnabledStandards operation, set the value of this
parameter to NULL.
For subsequent calls to the operation, to continue listing data, set nextToken in the request to the
value of nextToken from the previous response.
nextToken - Paginates results. On your first call to the GetEnabledStandards operation, set the value of
this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set nextToken in the request
to the value of nextToken from the previous response.
public String getNextToken()
Paginates results. On your first call to the GetEnabledStandards operation, set the value of this
parameter to NULL.
For subsequent calls to the operation, to continue listing data, set nextToken in the request to the
value of nextToken from the previous response.
GetEnabledStandards operation, set the value of
this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set nextToken in the
request to the value of nextToken from the previous response.
public GetEnabledStandardsRequest withNextToken(String nextToken)
Paginates results. On your first call to the GetEnabledStandards operation, set the value of this
parameter to NULL.
For subsequent calls to the operation, to continue listing data, set nextToken in the request to the
value of nextToken from the previous response.
nextToken - Paginates results. On your first call to the GetEnabledStandards operation, set the value of
this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set nextToken in the request
to the value of nextToken from the previous response.
public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public GetEnabledStandardsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.public String toString()
toString in class ObjectObject.toString()public GetEnabledStandardsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.