@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStandardsControlsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeStandardsControlsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeStandardsControlsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of compliance standard controls to return.
|
String |
getNextToken()
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
String |
getStandardsSubscriptionArn()
The ARN of a resource that represents your subscription to a supported standard.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of compliance standard controls to return.
|
void |
setNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
void |
setStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStandardsControlsRequest |
withMaxResults(Integer maxResults)
The maximum number of compliance standard controls to return.
|
DescribeStandardsControlsRequest |
withNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
DescribeStandardsControlsRequest |
withStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
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 setStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
standardsSubscriptionArn - The ARN of a resource that represents your subscription to a supported standard.public String getStandardsSubscriptionArn()
The ARN of a resource that represents your subscription to a supported standard.
public DescribeStandardsControlsRequest withStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
standardsSubscriptionArn - The ARN of a resource that represents your subscription to a supported standard.public void setNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
nextToken - For requests to get the next page of results, the pagination token that was returned with the previous set
of results. The initial request does not include a pagination token.public String getNextToken()
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
public DescribeStandardsControlsRequest withNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
nextToken - For requests to get the next page of results, the pagination token that was returned with the previous set
of results. The initial request does not include a pagination token.public void setMaxResults(Integer maxResults)
The maximum number of compliance standard controls to return.
maxResults - The maximum number of compliance standard controls to return.public Integer getMaxResults()
The maximum number of compliance standard controls to return.
public DescribeStandardsControlsRequest withMaxResults(Integer maxResults)
The maximum number of compliance standard controls to return.
maxResults - The maximum number of compliance standard controls to return.public String toString()
toString in class ObjectObject.toString()public DescribeStandardsControlsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.