@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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.ControlStatuspublic String getControlStatus()
The updated status of the compliance standard control.
ControlStatuspublic UpdateStandardsControlRequest withControlStatus(String controlStatus)
The updated status of the compliance standard control.
controlStatus - The updated status of the compliance standard control.ControlStatuspublic UpdateStandardsControlRequest withControlStatus(ControlStatus controlStatus)
The updated status of the compliance standard control.
controlStatus - The updated status of the compliance standard control.ControlStatuspublic 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 ObjectObject.toString()public UpdateStandardsControlRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.