@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateProtectConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateProtectConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateProtectConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetArn()
The Amazon Resource Name (ARN) of the configuration set.
|
String |
getConfigurationSetName()
The name of the ConfigurationSet.
|
String |
getProtectConfigurationArn()
The Amazon Resource Name (ARN) of the protect configuration.
|
String |
getProtectConfigurationId()
The unique identifier for the protect configuration.
|
int |
hashCode() |
void |
setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
|
void |
setProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
|
void |
setProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateProtectConfigurationResult |
withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
|
DisassociateProtectConfigurationResult |
withConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
|
DisassociateProtectConfigurationResult |
withProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
|
DisassociateProtectConfigurationResult |
withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DisassociateProtectConfigurationResult()
public void setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the configuration set.public String getConfigurationSetArn()
The Amazon Resource Name (ARN) of the configuration set.
public DisassociateProtectConfigurationResult withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the configuration set.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 DisassociateProtectConfigurationResult withConfigurationSetName(String configurationSetName)
The name of the ConfigurationSet.
configurationSetName
- The name of the ConfigurationSet.public void setProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
protectConfigurationArn
- The Amazon Resource Name (ARN) of the protect configuration.public String getProtectConfigurationArn()
The Amazon Resource Name (ARN) of the protect configuration.
public DisassociateProtectConfigurationResult withProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
protectConfigurationArn
- The Amazon Resource Name (ARN) of the protect configuration.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 DisassociateProtectConfigurationResult withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
protectConfigurationId
- The unique identifier for the protect configuration.public String toString()
toString
in class Object
Object.toString()
public DisassociateProtectConfigurationResult clone()