@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateStandardsControlAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchUpdateStandardsControlAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateStandardsControlAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<UnprocessedStandardsControlAssociationUpdate> |
getUnprocessedAssociationUpdates()
A security control (identified with
SecurityControlId , SecurityControlArn , or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated. |
int |
hashCode() |
void |
setUnprocessedAssociationUpdates(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates)
A security control (identified with
SecurityControlId , SecurityControlArn , or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated. |
String |
toString()
Returns a string representation of this object.
|
BatchUpdateStandardsControlAssociationsResult |
withUnprocessedAssociationUpdates(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates)
A security control (identified with
SecurityControlId , SecurityControlArn , or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated. |
BatchUpdateStandardsControlAssociationsResult |
withUnprocessedAssociationUpdates(UnprocessedStandardsControlAssociationUpdate... unprocessedAssociationUpdates)
A security control (identified with
SecurityControlId , SecurityControlArn , or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchUpdateStandardsControlAssociationsResult()
public List<UnprocessedStandardsControlAssociationUpdate> getUnprocessedAssociationUpdates()
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated.
SecurityControlId
, SecurityControlArn
, or a
mix of both parameters) whose enablement status in a specified standard couldn't be updated.public void setUnprocessedAssociationUpdates(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates)
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated.
unprocessedAssociationUpdates
- A security control (identified with SecurityControlId
, SecurityControlArn
, or a
mix of both parameters) whose enablement status in a specified standard couldn't be updated.public BatchUpdateStandardsControlAssociationsResult withUnprocessedAssociationUpdates(UnprocessedStandardsControlAssociationUpdate... unprocessedAssociationUpdates)
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedAssociationUpdates(java.util.Collection)
or
withUnprocessedAssociationUpdates(java.util.Collection)
if you want to override the existing values.
unprocessedAssociationUpdates
- A security control (identified with SecurityControlId
, SecurityControlArn
, or a
mix of both parameters) whose enablement status in a specified standard couldn't be updated.public BatchUpdateStandardsControlAssociationsResult withUnprocessedAssociationUpdates(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates)
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated.
unprocessedAssociationUpdates
- A security control (identified with SecurityControlId
, SecurityControlArn
, or a
mix of both parameters) whose enablement status in a specified standard couldn't be updated.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateStandardsControlAssociationsResult clone()