@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DisableControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()