@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) |
Integer |
getMaxQueryTCU()
The configured maximum number of compute units the service will use at any point in time to serve your queries.
|
String |
getQueryPricingModel()
The pricing model for an account.
|
int |
hashCode() |
void |
setMaxQueryTCU(Integer maxQueryTCU)
The configured maximum number of compute units the service will use at any point in time to serve your queries.
|
void |
setQueryPricingModel(String queryPricingModel)
The pricing model for an account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSettingsResult |
withMaxQueryTCU(Integer maxQueryTCU)
The configured maximum number of compute units the service will use at any point in time to serve your queries.
|
UpdateAccountSettingsResult |
withQueryPricingModel(QueryPricingModel queryPricingModel)
The pricing model for an account.
|
UpdateAccountSettingsResult |
withQueryPricingModel(String queryPricingModel)
The pricing model for an account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMaxQueryTCU(Integer maxQueryTCU)
The configured maximum number of compute units the service will use at any point in time to serve your queries.
maxQueryTCU
- The configured maximum number of compute units the service will use at any point in time to serve your
queries.public Integer getMaxQueryTCU()
The configured maximum number of compute units the service will use at any point in time to serve your queries.
public UpdateAccountSettingsResult withMaxQueryTCU(Integer maxQueryTCU)
The configured maximum number of compute units the service will use at any point in time to serve your queries.
maxQueryTCU
- The configured maximum number of compute units the service will use at any point in time to serve your
queries.public void setQueryPricingModel(String queryPricingModel)
The pricing model for an account.
queryPricingModel
- The pricing model for an account.QueryPricingModel
public String getQueryPricingModel()
The pricing model for an account.
QueryPricingModel
public UpdateAccountSettingsResult withQueryPricingModel(String queryPricingModel)
The pricing model for an account.
queryPricingModel
- The pricing model for an account.QueryPricingModel
public UpdateAccountSettingsResult withQueryPricingModel(QueryPricingModel queryPricingModel)
The pricing model for an account.
queryPricingModel
- The pricing model for an account.QueryPricingModel
public String toString()
toString
in class Object
Object.toString()
public UpdateAccountSettingsResult clone()