@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 security standard control.
|
String |
getDisabledReason()
A description of the reason why you are disabling a security standard control.
|
String |
getStandardsControlArn()
The ARN of the security standard control to enable or disable.
|
int |
hashCode() |
void |
setControlStatus(String controlStatus)
The updated status of the security standard control.
|
void |
setDisabledReason(String disabledReason)
A description of the reason why you are disabling a security standard control.
|
void |
setStandardsControlArn(String standardsControlArn)
The ARN of the security standard control to enable or disable.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStandardsControlRequest |
withControlStatus(ControlStatus controlStatus)
The updated status of the security standard control.
|
UpdateStandardsControlRequest |
withControlStatus(String controlStatus)
The updated status of the security standard control.
|
UpdateStandardsControlRequest |
withDisabledReason(String disabledReason)
A description of the reason why you are disabling a security standard control.
|
UpdateStandardsControlRequest |
withStandardsControlArn(String standardsControlArn)
The ARN of the security 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 security standard control to enable or disable.
standardsControlArn
- The ARN of the security standard control to enable or disable.public String getStandardsControlArn()
The ARN of the security standard control to enable or disable.
public UpdateStandardsControlRequest withStandardsControlArn(String standardsControlArn)
The ARN of the security standard control to enable or disable.
standardsControlArn
- The ARN of the security standard control to enable or disable.public void setControlStatus(String controlStatus)
The updated status of the security standard control.
controlStatus
- The updated status of the security standard control.ControlStatus
public String getControlStatus()
The updated status of the security standard control.
ControlStatus
public UpdateStandardsControlRequest withControlStatus(String controlStatus)
The updated status of the security standard control.
controlStatus
- The updated status of the security standard control.ControlStatus
public UpdateStandardsControlRequest withControlStatus(ControlStatus controlStatus)
The updated status of the security standard control.
controlStatus
- The updated status of the security standard control.ControlStatus
public void setDisabledReason(String disabledReason)
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
disabledReason
- A description of the reason why you are disabling a security standard control. If you are disabling a
control, then this is required.public String getDisabledReason()
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
public UpdateStandardsControlRequest withDisabledReason(String disabledReason)
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
disabledReason
- A description of the reason why you are disabling a security standard control. If you are disabling a
control, then this is required.public String toString()
toString
in class Object
Object.toString()
public UpdateStandardsControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()