@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateProtectConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateProtectConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateProtectConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the ConfigurationSet.
|
String |
getProtectConfigurationId()
The unique identifier for the protect configuration.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
|
void |
setProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
String |
toString()
Returns a string representation of this object.
|
AssociateProtectConfigurationRequest |
withConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
|
AssociateProtectConfigurationRequest |
withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect 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 AssociateProtectConfigurationRequest()
public void setProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
protectConfigurationId
- The unique identifier for the protect configuration.public String getProtectConfigurationId()
The unique identifier for the protect configuration.
public AssociateProtectConfigurationRequest withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
protectConfigurationId
- The unique identifier for the protect configuration.public void setConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
configurationSetName
- The name of the ConfigurationSet.public String getConfigurationSetName()
The name of the ConfigurationSet.
public AssociateProtectConfigurationRequest withConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
configurationSetName
- The name of the ConfigurationSet.public String toString()
toString
in class Object
Object.toString()
public AssociateProtectConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()