@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAccountSettingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAccountSettingResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAccountSettingResult |
clone() |
boolean |
equals(Object obj) |
Setting |
getSetting()
The account setting for the specified principal ARN.
|
int |
hashCode() |
void |
setSetting(Setting setting)
The account setting for the specified principal ARN.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAccountSettingResult |
withSetting(Setting setting)
The account setting for the specified principal ARN.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSetting(Setting setting)
The account setting for the specified principal ARN.
setting
- The account setting for the specified principal ARN.public Setting getSetting()
The account setting for the specified principal ARN.
public DeleteAccountSettingResult withSetting(Setting setting)
The account setting for the specified principal ARN.
setting
- The account setting for the specified principal ARN.public String toString()
toString
in class Object
Object.toString()
public DeleteAccountSettingResult clone()