@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStandardsControlAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStandardsControlAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStandardsControlAssociationsRequest |
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 |
getSecurityControlId()
The identifier of the control (identified with
SecurityControlId , SecurityControlArn ,
or a mix of both parameters) that you want to determine the enablement status of in each enabled standard. |
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 |
setSecurityControlId(String securityControlId)
The identifier of the control (identified with
SecurityControlId , SecurityControlArn ,
or a mix of both parameters) that you want to determine the enablement status of in each enabled standard. |
String |
toString()
Returns a string representation of this object.
|
ListStandardsControlAssociationsRequest |
withMaxResults(Integer maxResults)
An optional parameter that limits the total results of the API response to the specified number.
|
ListStandardsControlAssociationsRequest |
withNextToken(String nextToken)
Optional pagination parameter.
|
ListStandardsControlAssociationsRequest |
withSecurityControlId(String securityControlId)
The identifier of the control (identified with
SecurityControlId , SecurityControlArn ,
or a mix of both parameters) that you want to determine the enablement status of in each enabled standard. |
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 ListStandardsControlAssociationsRequest()
public void setSecurityControlId(String securityControlId)
The identifier of the control (identified with SecurityControlId
, SecurityControlArn
,
or a mix of both parameters) that you want to determine the enablement status of in each enabled standard.
securityControlId
- The identifier of the control (identified with SecurityControlId
,
SecurityControlArn
, or a mix of both parameters) that you want to determine the enablement
status of in each enabled standard.public String getSecurityControlId()
The identifier of the control (identified with SecurityControlId
, SecurityControlArn
,
or a mix of both parameters) that you want to determine the enablement status of in each enabled standard.
SecurityControlId
,
SecurityControlArn
, or a mix of both parameters) that you want to determine the enablement
status of in each enabled standard.public ListStandardsControlAssociationsRequest withSecurityControlId(String securityControlId)
The identifier of the control (identified with SecurityControlId
, SecurityControlArn
,
or a mix of both parameters) that you want to determine the enablement status of in each enabled standard.
securityControlId
- The identifier of the control (identified with SecurityControlId
,
SecurityControlArn
, or a mix of both parameters) that you want to determine the enablement
status of in each enabled standard.public void setNextToken(String nextToken)
Optional pagination parameter.
nextToken
- Optional pagination parameter.public String getNextToken()
Optional pagination parameter.
public ListStandardsControlAssociationsRequest 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 standard and control associations. The
results also include a NextToken
parameter that you can use in a subsequent API call to get the next
25 associations. This repeats until all associations for the specified control are returned. The number of
results is limited by the number of supported Security Hub standards that you've enabled in the calling account.
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 standard and control
associations. The results also include a NextToken
parameter that you can use in a subsequent
API call to get the next 25 associations. This repeats until all associations for the specified control
are returned. The number of results is limited by the number of supported Security Hub standards that
you've enabled in the calling account.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 standard and control associations. The
results also include a NextToken
parameter that you can use in a subsequent API call to get the next
25 associations. This repeats until all associations for the specified control are returned. The number of
results is limited by the number of supported Security Hub standards that you've enabled in the calling account.
NextToken
parameter that you can use in a
subsequent API call to get the next 25 associations. This repeats until all associations for the
specified control are returned. The number of results is limited by the number of supported Security Hub
standards that you've enabled in the calling account.public ListStandardsControlAssociationsRequest 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 standard and control associations. The
results also include a NextToken
parameter that you can use in a subsequent API call to get the next
25 associations. This repeats until all associations for the specified control are returned. The number of
results is limited by the number of supported Security Hub standards that you've enabled in the calling account.
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 standard and control
associations. The results also include a NextToken
parameter that you can use in a subsequent
API call to get the next 25 associations. This repeats until all associations for the specified control
are returned. The number of results is limited by the number of supported Security Hub standards that
you've enabled in the calling account.public String toString()
toString
in class Object
Object.toString()
public ListStandardsControlAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()