@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountPreferencesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAccountPreferencesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAccountPreferencesResult |
clone() |
boolean |
equals(Object obj) |
AccountPreferences |
getAccountPreferences()
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
int |
hashCode() |
void |
setAccountPreferences(AccountPreferences accountPreferences)
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
String |
toString()
Returns a string representation of this object.
|
GetAccountPreferencesResult |
withAccountPreferences(AccountPreferences accountPreferences)
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAccountPreferences(AccountPreferences accountPreferences)
accountPreferences - Preferences which apply for AWS Chatbot usage in the calling AWS account.public AccountPreferences getAccountPreferences()
public GetAccountPreferencesResult withAccountPreferences(AccountPreferences accountPreferences)
accountPreferences - Preferences which apply for AWS Chatbot usage in the calling AWS account.public String toString()
toString in class ObjectObject.toString()public GetAccountPreferencesResult clone()