Class DescribeAccountSettingsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponse
-
- software.amazon.awssdk.services.timestreamquery.model.DescribeAccountSettingsResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeAccountSettingsResponse extends TimestreamQueryResponse implements ToCopyableBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeAccountSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeAccountSettingsResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxQueryTCU()The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries.QueryComputeResponsequeryCompute()An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.QueryPricingModelqueryPricingModel()The pricing model for queries in your account.StringqueryPricingModelAsString()The pricing model for queries in your account.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeAccountSettingsResponse.Builder>serializableBuilderClass()DescribeAccountSettingsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxQueryTCU
public final Integer maxQueryTCU()
The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. This configuration is applicable only for on-demand usage of (TCUs).
- Returns:
- The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. This configuration is applicable only for on-demand usage of (TCUs).
-
queryPricingModel
public final QueryPricingModel queryPricingModel()
The pricing model for queries in your account.
The
QueryPricingModelparameter is used by several Timestream operations; however, theUpdateAccountSettingsAPI operation doesn't recognize any values other thanCOMPUTE_UNITS.If the service returns an enum value that is not available in the current SDK version,
queryPricingModelwill returnQueryPricingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueryPricingModelAsString().- Returns:
- The pricing model for queries in your account.
The
QueryPricingModelparameter is used by several Timestream operations; however, theUpdateAccountSettingsAPI operation doesn't recognize any values other thanCOMPUTE_UNITS. - See Also:
QueryPricingModel
-
queryPricingModelAsString
public final String queryPricingModelAsString()
The pricing model for queries in your account.
The
QueryPricingModelparameter is used by several Timestream operations; however, theUpdateAccountSettingsAPI operation doesn't recognize any values other thanCOMPUTE_UNITS.If the service returns an enum value that is not available in the current SDK version,
queryPricingModelwill returnQueryPricingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueryPricingModelAsString().- Returns:
- The pricing model for queries in your account.
The
QueryPricingModelparameter is used by several Timestream operations; however, theUpdateAccountSettingsAPI operation doesn't recognize any values other thanCOMPUTE_UNITS. - See Also:
QueryPricingModel
-
queryCompute
public final QueryComputeResponse queryCompute()
An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.
- Returns:
- An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.
-
toBuilder
public DescribeAccountSettingsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeAccountSettingsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeAccountSettingsResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-