@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStandardsControlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateStandardsControlRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateStandardsControlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getControlStatus()
The updated status of the compliance standard control.
|
String |
getDisabledReason()
A description of the reason why you are disabling a compliance standard control.
|
String |
getStandardsControlArn()
The ARN of the compliance standard control to enable or disable.
|
int |
hashCode() |
void |
setControlStatus(String controlStatus)
The updated status of the compliance standard control.
|
void |
setDisabledReason(String disabledReason)
A description of the reason why you are disabling a compliance standard control.
|
void |
setStandardsControlArn(String standardsControlArn)
The ARN of the compliance standard control to enable or disable.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStandardsControlRequest |
withControlStatus(ControlStatus controlStatus)
The updated status of the compliance standard control.
|
UpdateStandardsControlRequest |
withControlStatus(String controlStatus)
The updated status of the compliance standard control.
|
UpdateStandardsControlRequest |
withDisabledReason(String disabledReason)
A description of the reason why you are disabling a compliance standard control.
|
UpdateStandardsControlRequest |
withStandardsControlArn(String standardsControlArn)
The ARN of the compliance standard control to enable or disable.
|
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 void setStandardsControlArn(String standardsControlArn)
The ARN of the compliance standard control to enable or disable.
standardsControlArn
- The ARN of the compliance standard control to enable or disable.public String getStandardsControlArn()
The ARN of the compliance standard control to enable or disable.
public UpdateStandardsControlRequest withStandardsControlArn(String standardsControlArn)
The ARN of the compliance standard control to enable or disable.
standardsControlArn
- The ARN of the compliance standard control to enable or disable.public void setControlStatus(String controlStatus)
The updated status of the compliance standard control.
controlStatus
- The updated status of the compliance standard control.ControlStatus
public String getControlStatus()
The updated status of the compliance standard control.
ControlStatus
public UpdateStandardsControlRequest withControlStatus(String controlStatus)
The updated status of the compliance standard control.
controlStatus
- The updated status of the compliance standard control.ControlStatus
public UpdateStandardsControlRequest withControlStatus(ControlStatus controlStatus)
The updated status of the compliance standard control.
controlStatus
- The updated status of the compliance standard control.ControlStatus
public void setDisabledReason(String disabledReason)
A description of the reason why you are disabling a compliance standard control.
disabledReason
- A description of the reason why you are disabling a compliance standard control.public String getDisabledReason()
A description of the reason why you are disabling a compliance standard control.
public UpdateStandardsControlRequest withDisabledReason(String disabledReason)
A description of the reason why you are disabling a compliance standard control.
disabledReason
- A description of the reason why you are disabling a compliance standard control.public String toString()
toString
in class Object
Object.toString()
public UpdateStandardsControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.