@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 control. For information on how to find the controlIdentifier
,
see the overview page.
controlIdentifier
- The ARN of the control. Only Strongly recommended and Elective controls are permitted, with
the exception of the Region deny control. For information on how to find the
controlIdentifier
, see the overview page.public String getControlIdentifier()
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the
exception of the Region deny control. For information on how to find the controlIdentifier
,
see the overview page.
controlIdentifier
, see the overview page.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 control. For information on how to find the controlIdentifier
,
see the overview page.
controlIdentifier
- The ARN of the control. Only Strongly recommended and Elective controls are permitted, with
the exception of the Region deny control. For information on how to find the
controlIdentifier
, see the overview page.public void setTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit. For information on how to find the targetIdentifier
, see the overview page.
targetIdentifier
- The ARN of the organizational unit. For information on how to find the targetIdentifier
, see
the overview page.public String getTargetIdentifier()
The ARN of the organizational unit. For information on how to find the targetIdentifier
, see the overview page.
targetIdentifier
, see
the overview
page.public DisableControlRequest withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit. For information on how to find the targetIdentifier
, see the overview page.
targetIdentifier
- The ARN of the organizational unit. For information on how to find the targetIdentifier
, see
the overview page.public String toString()
toString
in class Object
Object.toString()
public DisableControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()