@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()
Indicates the maximum number of items that you want in the response.
|
String |
getNextToken()
Paginates results.
|
List<String> |
getStandardsSubscriptionArns()
The list of standards subscription ARNS that you want to list and describe.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
void |
setNextToken(String nextToken)
Paginates results.
|
void |
setStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
|
String |
toString()
Returns a string representation of this object.
|
GetEnabledStandardsRequest |
withMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
GetEnabledStandardsRequest |
withNextToken(String nextToken)
Paginates results.
|
GetEnabledStandardsRequest |
withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
|
GetEnabledStandardsRequest |
withStandardsSubscriptionArns(String... standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
|
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 List<String> getStandardsSubscriptionArns()
The list of standards subscription ARNS that you want to list and describe.
public void setStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
standardsSubscriptionArns
- The list of standards subscription ARNS that you want to list and describe.public GetEnabledStandardsRequest withStandardsSubscriptionArns(String... standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
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 standards subscription ARNS that you want to list and describe.public GetEnabledStandardsRequest withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
standardsSubscriptionArns
- The list of standards subscription ARNS that you want to list and describe.public void setNextToken(String nextToken)
Paginates results. Set the value of this parameter to NULL on your first call to the GetEnabledStandards operation. 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. Set the value of this parameter to NULL on your first call to the GetEnabledStandards
operation. 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. Set the value of this parameter to NULL on your first call to the GetEnabledStandards operation. 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. Set the value of this parameter to NULL on your first call to the GetEnabledStandards operation. 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. Set the value of this parameter to NULL on your first call to the GetEnabledStandards
operation. 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)
Indicates the maximum number of items that you want in the response.
maxResults
- Indicates the maximum number of items that you want in the response.public Integer getMaxResults()
Indicates the maximum number of items that you want in the response.
public GetEnabledStandardsRequest withMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
maxResults
- Indicates the maximum number of items that you want in the response.public String toString()
toString
in class Object
Object.toString()
public GetEnabledStandardsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.