@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetStandardsControlAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetStandardsControlAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetStandardsControlAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<StandardsControlAssociationDetail> |
getStandardsControlAssociationDetails()
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
List<UnprocessedStandardsControlAssociation> |
getUnprocessedAssociations()
A security control (identified with
SecurityControlId , SecurityControlArn , or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
int |
hashCode() |
void |
setStandardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
void |
setUnprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)
A security control (identified with
SecurityControlId , SecurityControlArn , or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
String |
toString()
Returns a string representation of this object.
|
BatchGetStandardsControlAssociationsResult |
withStandardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
BatchGetStandardsControlAssociationsResult |
withStandardsControlAssociationDetails(StandardsControlAssociationDetail... standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
BatchGetStandardsControlAssociationsResult |
withUnprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)
A security control (identified with
SecurityControlId , SecurityControlArn , or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
BatchGetStandardsControlAssociationsResult |
withUnprocessedAssociations(UnprocessedStandardsControlAssociation... unprocessedAssociations)
A security control (identified with
SecurityControlId , SecurityControlArn , or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchGetStandardsControlAssociationsResult()
public List<StandardsControlAssociationDetail> getStandardsControlAssociationDetails()
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
public void setStandardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
standardsControlAssociationDetails
- Provides the enablement status of a security control in a specified standard and other details for the
control in relation to the specified standard.public BatchGetStandardsControlAssociationsResult withStandardsControlAssociationDetails(StandardsControlAssociationDetail... standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
NOTE: This method appends the values to the existing list (if any). Use
setStandardsControlAssociationDetails(java.util.Collection)
or
withStandardsControlAssociationDetails(java.util.Collection)
if you want to override the existing
values.
standardsControlAssociationDetails
- Provides the enablement status of a security control in a specified standard and other details for the
control in relation to the specified standard.public BatchGetStandardsControlAssociationsResult withStandardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
standardsControlAssociationDetails
- Provides the enablement status of a security control in a specified standard and other details for the
control in relation to the specified standard.public List<UnprocessedStandardsControlAssociation> getUnprocessedAssociations()
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned.
SecurityControlId
, SecurityControlArn
, or a
mix of both parameters) whose enablement status in a specified standard cannot be returned.public void setUnprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned.
unprocessedAssociations
- A security control (identified with SecurityControlId
, SecurityControlArn
, or a
mix of both parameters) whose enablement status in a specified standard cannot be returned.public BatchGetStandardsControlAssociationsResult withUnprocessedAssociations(UnprocessedStandardsControlAssociation... unprocessedAssociations)
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedAssociations(java.util.Collection)
or
withUnprocessedAssociations(java.util.Collection)
if you want to override the existing values.
unprocessedAssociations
- A security control (identified with SecurityControlId
, SecurityControlArn
, or a
mix of both parameters) whose enablement status in a specified standard cannot be returned.public BatchGetStandardsControlAssociationsResult withUnprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned.
unprocessedAssociations
- A security control (identified with SecurityControlId
, SecurityControlArn
, or a
mix of both parameters) whose enablement status in a specified standard cannot be returned.public String toString()
toString
in class Object
Object.toString()
public BatchGetStandardsControlAssociationsResult clone()