@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
Paginates results.
|
List<String> |
getStandardsSubscriptionArns()
A 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)
A 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)
A list of the standards subscription ARNs for the standards to retrieve.
|
GetEnabledStandardsRequest |
withStandardsSubscriptionArns(String... standardsSubscriptionArns)
A list of the standards subscription ARNs for the standards to retrieve.
|
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 List<String> getStandardsSubscriptionArns()
A list of the standards subscription ARNs for the standards to retrieve.
public void setStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
A list of the standards subscription ARNs for the standards to retrieve.
standardsSubscriptionArns - A list of the standards subscription ARNs for the standards to retrieve.public GetEnabledStandardsRequest withStandardsSubscriptionArns(String... standardsSubscriptionArns)
A 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 - A list of the standards subscription ARNs for the standards to retrieve.public GetEnabledStandardsRequest withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
A list of the standards subscription ARNs for the standards to retrieve.
standardsSubscriptionArns - A 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, fill nextToken in the request
with the value of nextToken from the previous response to continue listing data.
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, fill nextToken in
the request with the value of nextToken from the previous response to continue listing data.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, fill nextToken in the request
with the value of nextToken from the previous response to continue listing data.
GetEnabledStandards operation, set the value of
this parameter to NULL. For subsequent calls to the operation, fill nextToken
in the request with the value of nextToken from the previous response to continue listing
data.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, fill nextToken in the request
with the value of nextToken from the previous response to continue listing data.
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, fill nextToken in
the request with the value of nextToken from the previous response to continue listing data.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()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.