@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateProtectConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateProtectConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateProtectConfigurationRequest |
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.
|
DisassociateProtectConfigurationRequest |
withConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
|
DisassociateProtectConfigurationRequest |
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, withSdkRequestTimeoutpublic DisassociateProtectConfigurationRequest()
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 DisassociateProtectConfigurationRequest 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 DisassociateProtectConfigurationRequest withConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
configurationSetName - The name of the ConfigurationSet.public String toString()
toString in class ObjectObject.toString()public DisassociateProtectConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()