@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAccountDefaultProtectConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteAccountDefaultProtectConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAccountDefaultProtectConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultProtectConfigurationArn()
The Amazon Resource Name (ARN) of the account default protect configuration.
|
String |
getDefaultProtectConfigurationId()
The unique identifier of the account default protect configuration.
|
int |
hashCode() |
void |
setDefaultProtectConfigurationArn(String defaultProtectConfigurationArn)
The Amazon Resource Name (ARN) of the account default protect configuration.
|
void |
setDefaultProtectConfigurationId(String defaultProtectConfigurationId)
The unique identifier of the account default protect configuration.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAccountDefaultProtectConfigurationResult |
withDefaultProtectConfigurationArn(String defaultProtectConfigurationArn)
The Amazon Resource Name (ARN) of the account default protect configuration.
|
DeleteAccountDefaultProtectConfigurationResult |
withDefaultProtectConfigurationId(String defaultProtectConfigurationId)
The unique identifier of the account default protect configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DeleteAccountDefaultProtectConfigurationResult()
public void setDefaultProtectConfigurationArn(String defaultProtectConfigurationArn)
The Amazon Resource Name (ARN) of the account default protect configuration.
defaultProtectConfigurationArn - The Amazon Resource Name (ARN) of the account default protect configuration.public String getDefaultProtectConfigurationArn()
The Amazon Resource Name (ARN) of the account default protect configuration.
public DeleteAccountDefaultProtectConfigurationResult withDefaultProtectConfigurationArn(String defaultProtectConfigurationArn)
The Amazon Resource Name (ARN) of the account default protect configuration.
defaultProtectConfigurationArn - The Amazon Resource Name (ARN) of the account default protect configuration.public void setDefaultProtectConfigurationId(String defaultProtectConfigurationId)
The unique identifier of the account default protect configuration.
defaultProtectConfigurationId - The unique identifier of the account default protect configuration.public String getDefaultProtectConfigurationId()
The unique identifier of the account default protect configuration.
public DeleteAccountDefaultProtectConfigurationResult withDefaultProtectConfigurationId(String defaultProtectConfigurationId)
The unique identifier of the account default protect configuration.
defaultProtectConfigurationId - The unique identifier of the account default protect configuration.public String toString()
toString in class ObjectObject.toString()public DeleteAccountDefaultProtectConfigurationResult clone()