@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecurityControlDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSecurityControlDefinitionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSecurityControlDefinitionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An optional parameter that limits the total results of the API response to the specified number.
|
String |
getNextToken()
Optional pagination parameter.
|
String |
getStandardsArn()
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An optional parameter that limits the total results of the API response to the specified number.
|
void |
setNextToken(String nextToken)
Optional pagination parameter.
|
void |
setStandardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
|
String |
toString()
Returns a string representation of this object.
|
ListSecurityControlDefinitionsRequest |
withMaxResults(Integer maxResults)
An optional parameter that limits the total results of the API response to the specified number.
|
ListSecurityControlDefinitionsRequest |
withNextToken(String nextToken)
Optional pagination parameter.
|
ListSecurityControlDefinitionsRequest |
withStandardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
|
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 ListSecurityControlDefinitionsRequest()
public void setStandardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
standardsArn
- The Amazon Resource Name (ARN) of the standard that you want to view controls for.public String getStandardsArn()
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
public ListSecurityControlDefinitionsRequest withStandardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
standardsArn
- The Amazon Resource Name (ARN) of the standard that you want to view controls for.public void setNextToken(String nextToken)
Optional pagination parameter.
nextToken
- Optional pagination parameter.public String getNextToken()
Optional pagination parameter.
public ListSecurityControlDefinitionsRequest withNextToken(String nextToken)
Optional pagination parameter.
nextToken
- Optional pagination parameter.public void setMaxResults(Integer maxResults)
An optional parameter that limits the total results of the API response to the specified number. If this
parameter isn't provided in the request, the results include the first 25 security controls that apply to the
specified standard. The results also include a NextToken
parameter that you can use in a subsequent
API call to get the next 25 controls. This repeats until all controls for the standard are returned.
maxResults
- An optional parameter that limits the total results of the API response to the specified number. If this
parameter isn't provided in the request, the results include the first 25 security controls that apply to
the specified standard. The results also include a NextToken
parameter that you can use in a
subsequent API call to get the next 25 controls. This repeats until all controls for the standard are
returned.public Integer getMaxResults()
An optional parameter that limits the total results of the API response to the specified number. If this
parameter isn't provided in the request, the results include the first 25 security controls that apply to the
specified standard. The results also include a NextToken
parameter that you can use in a subsequent
API call to get the next 25 controls. This repeats until all controls for the standard are returned.
NextToken
parameter that you can use in a
subsequent API call to get the next 25 controls. This repeats until all controls for the standard are
returned.public ListSecurityControlDefinitionsRequest withMaxResults(Integer maxResults)
An optional parameter that limits the total results of the API response to the specified number. If this
parameter isn't provided in the request, the results include the first 25 security controls that apply to the
specified standard. The results also include a NextToken
parameter that you can use in a subsequent
API call to get the next 25 controls. This repeats until all controls for the standard are returned.
maxResults
- An optional parameter that limits the total results of the API response to the specified number. If this
parameter isn't provided in the request, the results include the first 25 security controls that apply to
the specified standard. The results also include a NextToken
parameter that you can use in a
subsequent API call to get the next 25 controls. This repeats until all controls for the standard are
returned.public String toString()
toString
in class Object
Object.toString()
public ListSecurityControlDefinitionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()