Class QueryComputeResponse
- java.lang.Object
-
- software.amazon.awssdk.services.timestreamquery.model.QueryComputeResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QueryComputeResponse.Builder,QueryComputeResponse>
@Generated("software.amazon.awssdk:codegen") public final class QueryComputeResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryComputeResponse.Builder,QueryComputeResponse>
The response to a request to retrieve or update the compute capacity settings for querying data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQueryComputeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryComputeResponse.Builderbuilder()ComputeModecomputeMode()The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.StringcomputeModeAsString()The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ProvisionedCapacityResponseprovisionedCapacity()Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends QueryComputeResponse.Builder>serializableBuilderClass()QueryComputeResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
computeMode
public final ComputeMode computeMode()
The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that in the Asia Pacific (Mumbai) region, the API operation only recognizes the value
PROVISIONED.If the service returns an enum value that is not available in the current SDK version,
computeModewill returnComputeMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomputeModeAsString().- Returns:
- The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that
in the Asia Pacific (Mumbai) region, the API operation only recognizes the value
PROVISIONED. - See Also:
ComputeMode
-
computeModeAsString
public final String computeModeAsString()
The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that in the Asia Pacific (Mumbai) region, the API operation only recognizes the value
PROVISIONED.If the service returns an enum value that is not available in the current SDK version,
computeModewill returnComputeMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomputeModeAsString().- Returns:
- The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that
in the Asia Pacific (Mumbai) region, the API operation only recognizes the value
PROVISIONED. - See Also:
ComputeMode
-
provisionedCapacity
public final ProvisionedCapacityResponse provisionedCapacity()
Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.
- Returns:
- Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.
-
toBuilder
public QueryComputeResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QueryComputeResponse.Builder,QueryComputeResponse>
-
builder
public static QueryComputeResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends QueryComputeResponse.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-