@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetSecurityControlsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchGetSecurityControlsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetSecurityControlsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getSecurityControlIds()
 A list of security controls (identified with  SecurityControlId,SecurityControlArn, or
 a mix of both parameters). | 
| int | hashCode() | 
| void | setSecurityControlIds(Collection<String> securityControlIds)
 A list of security controls (identified with  SecurityControlId,SecurityControlArn, or
 a mix of both parameters). | 
| String | toString()Returns a string representation of this object. | 
| BatchGetSecurityControlsRequest | withSecurityControlIds(Collection<String> securityControlIds)
 A list of security controls (identified with  SecurityControlId,SecurityControlArn, or
 a mix of both parameters). | 
| BatchGetSecurityControlsRequest | withSecurityControlIds(String... securityControlIds)
 A list of security controls (identified with  SecurityControlId,SecurityControlArn, or
 a mix of both parameters). | 
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, withSdkRequestTimeoutpublic List<String> getSecurityControlIds()
 A list of security controls (identified with SecurityControlId, SecurityControlArn, or
 a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
 
SecurityControlId,
         SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource
         Name (ARN) is the same across standards.public void setSecurityControlIds(Collection<String> securityControlIds)
 A list of security controls (identified with SecurityControlId, SecurityControlArn, or
 a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
 
securityControlIds - A list of security controls (identified with SecurityControlId,
        SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource
        Name (ARN) is the same across standards.public BatchGetSecurityControlsRequest withSecurityControlIds(String... securityControlIds)
 A list of security controls (identified with SecurityControlId, SecurityControlArn, or
 a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setSecurityControlIds(java.util.Collection) or withSecurityControlIds(java.util.Collection) if
 you want to override the existing values.
 
securityControlIds - A list of security controls (identified with SecurityControlId,
        SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource
        Name (ARN) is the same across standards.public BatchGetSecurityControlsRequest withSecurityControlIds(Collection<String> securityControlIds)
 A list of security controls (identified with SecurityControlId, SecurityControlArn, or
 a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
 
securityControlIds - A list of security controls (identified with SecurityControlId,
        SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource
        Name (ARN) is the same across standards.public String toString()
toString in class ObjectObject.toString()public BatchGetSecurityControlsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()