@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateAccountSettingsResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountSettingsResult |
clone() |
boolean |
equals(Object obj) |
AccountSettings |
getAccountSettings()
A structure that displays the status of the optional features in the account.
|
int |
hashCode() |
void |
setAccountSettings(AccountSettings accountSettings)
A structure that displays the status of the optional features in the account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSettingsResult |
withAccountSettings(AccountSettings accountSettings)
A structure that displays the status of the optional features in the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAccountSettings(AccountSettings accountSettings)
A structure that displays the status of the optional features in the account.
accountSettings - A structure that displays the status of the optional features in the account.public AccountSettings getAccountSettings()
A structure that displays the status of the optional features in the account.
public UpdateAccountSettingsResult withAccountSettings(AccountSettings accountSettings)
A structure that displays the status of the optional features in the account.
accountSettings - A structure that displays the status of the optional features in the account.public String toString()
toString in class ObjectObject.toString()public UpdateAccountSettingsResult clone()