@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountPreferencesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAccountPreferencesResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountPreferencesResult |
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.
|
UpdateAccountPreferencesResult |
withAccountPreferences(AccountPreferences accountPreferences)
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountPreferences(AccountPreferences accountPreferences)
accountPreferences
- Preferences which apply for AWS Chatbot usage in the calling AWS account.public AccountPreferences getAccountPreferences()
public UpdateAccountPreferencesResult withAccountPreferences(AccountPreferences accountPreferences)
accountPreferences
- Preferences which apply for AWS Chatbot usage in the calling AWS account.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountPreferencesResult clone()