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