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