@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartConfigurationPolicyDisassociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartConfigurationPolicyDisassociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartConfigurationPolicyDisassociationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationPolicyIdentifier()
The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
|
Target |
getTarget()
The identifier of the target account, organizational unit, or the root to disassociate from the specified
configuration.
|
int |
hashCode() |
void |
setConfigurationPolicyIdentifier(String configurationPolicyIdentifier)
The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
|
void |
setTarget(Target target)
The identifier of the target account, organizational unit, or the root to disassociate from the specified
configuration.
|
String |
toString()
Returns a string representation of this object.
|
StartConfigurationPolicyDisassociationRequest |
withConfigurationPolicyIdentifier(String configurationPolicyIdentifier)
The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
|
StartConfigurationPolicyDisassociationRequest |
withTarget(Target target)
The identifier of the target account, organizational unit, or the root to disassociate from the specified
configuration.
|
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 StartConfigurationPolicyDisassociationRequest()
public void setTarget(Target target)
The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.
target - The identifier of the target account, organizational unit, or the root to disassociate from the specified
configuration.public Target getTarget()
The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.
public StartConfigurationPolicyDisassociationRequest withTarget(Target target)
The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.
target - The identifier of the target account, organizational unit, or the root to disassociate from the specified
configuration.public void setConfigurationPolicyIdentifier(String configurationPolicyIdentifier)
The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
configurationPolicyIdentifier - The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.public String getConfigurationPolicyIdentifier()
The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
public StartConfigurationPolicyDisassociationRequest withConfigurationPolicyIdentifier(String configurationPolicyIdentifier)
The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
configurationPolicyIdentifier - The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.public String toString()
toString in class ObjectObject.toString()public StartConfigurationPolicyDisassociationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.