@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) |
AccountSettingsDetail |
getAccountSettingsDetail ()
OpenSearch Serverless-related settings for the current Amazon Web Services account.
|
int |
hashCode () |
void |
setAccountSettingsDetail (AccountSettingsDetail accountSettingsDetail)
OpenSearch Serverless-related settings for the current Amazon Web Services account.
|
String |
toString ()
Returns a string representation of this object.
|
UpdateAccountSettingsResult |
withAccountSettingsDetail (AccountSettingsDetail accountSettingsDetail)
OpenSearch Serverless-related settings for the current Amazon Web Services account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateAccountSettingsResult()
public void setAccountSettingsDetail(AccountSettingsDetail accountSettingsDetail)
OpenSearch Serverless-related settings for the current Amazon Web Services account.
accountSettingsDetail - OpenSearch Serverless-related settings for the current Amazon Web Services account.public AccountSettingsDetail getAccountSettingsDetail()
OpenSearch Serverless-related settings for the current Amazon Web Services account.
public UpdateAccountSettingsResult withAccountSettingsDetail(AccountSettingsDetail accountSettingsDetail)
OpenSearch Serverless-related settings for the current Amazon Web Services account.
accountSettingsDetail - OpenSearch Serverless-related settings for the current Amazon Web Services account.public String toString()
toString in class Object Object.toString() public UpdateAccountSettingsResult clone()