@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetAccountDefaultProtectConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SetAccountDefaultProtectConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
SetAccountDefaultProtectConfigurationResult |
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.
|
SetAccountDefaultProtectConfigurationResult |
withDefaultProtectConfigurationArn(String defaultProtectConfigurationArn)
The Amazon Resource Name (ARN) of the account default protect configuration.
|
SetAccountDefaultProtectConfigurationResult |
withDefaultProtectConfigurationId(String defaultProtectConfigurationId)
The unique identifier of the account default protect configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public SetAccountDefaultProtectConfigurationResult()
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 SetAccountDefaultProtectConfigurationResult 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 SetAccountDefaultProtectConfigurationResult 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 Object
Object.toString()
public SetAccountDefaultProtectConfigurationResult clone()