@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetStandardsControlAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetStandardsControlAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetStandardsControlAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<StandardsControlAssociationId> |
getStandardsControlAssociationIds()
An array with one or more objects that includes a security control (identified with
SecurityControlId , SecurityControlArn , or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
int |
hashCode() |
void |
setStandardsControlAssociationIds(Collection<StandardsControlAssociationId> standardsControlAssociationIds)
An array with one or more objects that includes a security control (identified with
SecurityControlId , SecurityControlArn , or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
String |
toString()
Returns a string representation of this object.
|
BatchGetStandardsControlAssociationsRequest |
withStandardsControlAssociationIds(Collection<StandardsControlAssociationId> standardsControlAssociationIds)
An array with one or more objects that includes a security control (identified with
SecurityControlId , SecurityControlArn , or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
BatchGetStandardsControlAssociationsRequest |
withStandardsControlAssociationIds(StandardsControlAssociationId... standardsControlAssociationIds)
An array with one or more objects that includes a security control (identified with
SecurityControlId , SecurityControlArn , or a mix of both parameters) and the Amazon
Resource Name (ARN) of a 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 BatchGetStandardsControlAssociationsRequest()
public List<StandardsControlAssociationId> getStandardsControlAssociationIds()
An array with one or more objects that includes a security control (identified with
SecurityControlId
, SecurityControlArn
, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified
standard. The security control ID or ARN is the same across standards.
SecurityControlId
, SecurityControlArn
, or a mix of both parameters) and the
Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control
in a specified standard. The security control ID or ARN is the same across standards.public void setStandardsControlAssociationIds(Collection<StandardsControlAssociationId> standardsControlAssociationIds)
An array with one or more objects that includes a security control (identified with
SecurityControlId
, SecurityControlArn
, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified
standard. The security control ID or ARN is the same across standards.
standardsControlAssociationIds
- An array with one or more objects that includes a security control (identified with
SecurityControlId
, SecurityControlArn
, or a mix of both parameters) and the
Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control
in a specified standard. The security control ID or ARN is the same across standards.public BatchGetStandardsControlAssociationsRequest withStandardsControlAssociationIds(StandardsControlAssociationId... standardsControlAssociationIds)
An array with one or more objects that includes a security control (identified with
SecurityControlId
, SecurityControlArn
, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified
standard. The security control ID or ARN is the same across standards.
NOTE: This method appends the values to the existing list (if any). Use
setStandardsControlAssociationIds(java.util.Collection)
or
withStandardsControlAssociationIds(java.util.Collection)
if you want to override the existing values.
standardsControlAssociationIds
- An array with one or more objects that includes a security control (identified with
SecurityControlId
, SecurityControlArn
, or a mix of both parameters) and the
Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control
in a specified standard. The security control ID or ARN is the same across standards.public BatchGetStandardsControlAssociationsRequest withStandardsControlAssociationIds(Collection<StandardsControlAssociationId> standardsControlAssociationIds)
An array with one or more objects that includes a security control (identified with
SecurityControlId
, SecurityControlArn
, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified
standard. The security control ID or ARN is the same across standards.
standardsControlAssociationIds
- An array with one or more objects that includes a security control (identified with
SecurityControlId
, SecurityControlArn
, or a mix of both parameters) and the
Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control
in a specified standard. The security control ID or ARN is the same across standards.public String toString()
toString
in class Object
Object.toString()
public BatchGetStandardsControlAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()