@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the account settings return values from the GetAccountSettings
request.
Constructor and Description |
---|
GetAccountSettingsResult() |
Modifier and Type | Method and Description |
---|---|
GetAccountSettingsResult |
clone() |
boolean |
equals(Object obj) |
AccountSettings |
getAccountSettings()
The account settings.
|
int |
hashCode() |
void |
setAccountSettings(AccountSettings accountSettings)
The account settings.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAccountSettingsResult |
withAccountSettings(AccountSettings accountSettings)
The account settings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountSettings(AccountSettings accountSettings)
The account settings.
accountSettings
- The account settings.public AccountSettings getAccountSettings()
The account settings.
public GetAccountSettingsResult withAccountSettings(AccountSettings accountSettings)
The account settings.
accountSettings
- The account settings.public String toString()
toString
in class Object
Object.toString()
public GetAccountSettingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.