@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateStandardsControlAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchUpdateStandardsControlAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateStandardsControlAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<StandardsControlAssociationUpdate> |
getStandardsControlAssociationUpdates()
Updates the enablement status of a security control in a specified standard.
|
int |
hashCode() |
void |
setStandardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateStandardsControlAssociationsRequest |
withStandardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
|
BatchUpdateStandardsControlAssociationsRequest |
withStandardsControlAssociationUpdates(StandardsControlAssociationUpdate... standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified 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 BatchUpdateStandardsControlAssociationsRequest()
public List<StandardsControlAssociationUpdate> getStandardsControlAssociationUpdates()
Updates the enablement status of a security control in a specified standard.
public void setStandardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
standardsControlAssociationUpdates
- Updates the enablement status of a security control in a specified standard.public BatchUpdateStandardsControlAssociationsRequest withStandardsControlAssociationUpdates(StandardsControlAssociationUpdate... standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
NOTE: This method appends the values to the existing list (if any). Use
setStandardsControlAssociationUpdates(java.util.Collection)
or
withStandardsControlAssociationUpdates(java.util.Collection)
if you want to override the existing
values.
standardsControlAssociationUpdates
- Updates the enablement status of a security control in a specified standard.public BatchUpdateStandardsControlAssociationsRequest withStandardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
standardsControlAssociationUpdates
- Updates the enablement status of a security control in a specified standard.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateStandardsControlAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()