@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccountSettingsResult() |
Modifier and Type | Method and Description |
---|---|
GetAccountSettingsResult |
clone() |
boolean |
equals(Object obj) |
AccountSettingsDetail |
getAccountSettingsDetail()
OpenSearch Serverless-related details for the current account.
|
int |
hashCode() |
void |
setAccountSettingsDetail(AccountSettingsDetail accountSettingsDetail)
OpenSearch Serverless-related details for the current account.
|
String |
toString()
Returns a string representation of this object.
|
GetAccountSettingsResult |
withAccountSettingsDetail(AccountSettingsDetail accountSettingsDetail)
OpenSearch Serverless-related details for the current account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountSettingsDetail(AccountSettingsDetail accountSettingsDetail)
OpenSearch Serverless-related details for the current account.
accountSettingsDetail
- OpenSearch Serverless-related details for the current account.public AccountSettingsDetail getAccountSettingsDetail()
OpenSearch Serverless-related details for the current account.
public GetAccountSettingsResult withAccountSettingsDetail(AccountSettingsDetail accountSettingsDetail)
OpenSearch Serverless-related details for the current account.
accountSettingsDetail
- OpenSearch Serverless-related details for the current account.public String toString()
toString
in class Object
Object.toString()
public GetAccountSettingsResult clone()