@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) of a configuration policy, the universally unique identifier (UUID) of a
configuration policy, or a value of
SELF_MANAGED_SECURITY_HUB for a self-managed configuration. |
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) of a configuration policy, the universally unique identifier (UUID) of a
configuration policy, or a value of
SELF_MANAGED_SECURITY_HUB for a self-managed configuration. |
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) of a configuration policy, the universally unique identifier (UUID) of a
configuration policy, or a value of
SELF_MANAGED_SECURITY_HUB for a self-managed configuration. |
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) of a configuration policy, the universally unique identifier (UUID) of a
configuration policy, or a value of SELF_MANAGED_SECURITY_HUB
for a self-managed configuration.
configurationPolicyIdentifier
- The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a
configuration policy, or a value of SELF_MANAGED_SECURITY_HUB
for a self-managed
configuration.public String getConfigurationPolicyIdentifier()
The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a
configuration policy, or a value of SELF_MANAGED_SECURITY_HUB
for a self-managed configuration.
SELF_MANAGED_SECURITY_HUB
for a self-managed
configuration.public StartConfigurationPolicyAssociationRequest withConfigurationPolicyIdentifier(String configurationPolicyIdentifier)
The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a
configuration policy, or a value of SELF_MANAGED_SECURITY_HUB
for a self-managed configuration.
configurationPolicyIdentifier
- The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a
configuration policy, or a value of SELF_MANAGED_SECURITY_HUB
for a self-managed
configuration.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()