@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableControlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisableControlRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisableControlRequest |
clone() |
boolean |
equals(Object obj) |
String |
getControlIdentifier()
The ARN of the control.
|
String |
getTargetIdentifier()
The ARN of the organizational unit.
|
int |
hashCode() |
void |
setControlIdentifier(String controlIdentifier)
The ARN of the control.
|
void |
setTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
String |
toString()
Returns a string representation of this object.
|
DisableControlRequest |
withControlIdentifier(String controlIdentifier)
The ARN of the control.
|
DisableControlRequest |
withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
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 setControlIdentifier(String controlIdentifier)
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
controlIdentifier - The ARN of the control. Only Strongly recommended and Elective controls are permitted, with
the exception of the Region deny guardrail.public String getControlIdentifier()
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
public DisableControlRequest withControlIdentifier(String controlIdentifier)
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
controlIdentifier - The ARN of the control. Only Strongly recommended and Elective controls are permitted, with
the exception of the Region deny guardrail.public void setTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
targetIdentifier - The ARN of the organizational unit.public String getTargetIdentifier()
The ARN of the organizational unit.
public DisableControlRequest withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
targetIdentifier - The ARN of the organizational unit.public String toString()
toString in class ObjectObject.toString()public DisableControlRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.