Class ColumnStatisticsData
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ColumnStatisticsData.Builder,- ColumnStatisticsData> 
 Contains the individual types of column statistics data. Only one data object should be set and indicated by the
 Type attribute.
 
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionBinary column statistics data.Boolean column statistics data.static ColumnStatisticsData.Builderbuilder()final DateColumnStatisticsDataDate column statistics data.Decimal column statistics data.Double column statistics data.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LongColumnStatisticsDataLong column statistics data.static Class<? extends ColumnStatisticsData.Builder> String column statistics data.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final ColumnStatisticsTypetype()The type of column statistics data.final StringThe type of column statistics data.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
typeThe type of column statistics data. If the service returns an enum value that is not available in the current SDK version, typewill returnColumnStatisticsType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of column statistics data.
- See Also:
 
- 
typeAsStringThe type of column statistics data. If the service returns an enum value that is not available in the current SDK version, typewill returnColumnStatisticsType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of column statistics data.
- See Also:
 
- 
booleanColumnStatisticsDataBoolean column statistics data. - Returns:
- Boolean column statistics data.
 
- 
dateColumnStatisticsDataDate column statistics data. - Returns:
- Date column statistics data.
 
- 
decimalColumnStatisticsDataDecimal column statistics data. UnscaledValues within are Base64-encoded binary objects storing big-endian, two's complement representations of the decimal's unscaled value. - Returns:
- Decimal column statistics data. UnscaledValues within are Base64-encoded binary objects storing big-endian, two's complement representations of the decimal's unscaled value.
 
- 
doubleColumnStatisticsDataDouble column statistics data. - Returns:
- Double column statistics data.
 
- 
longColumnStatisticsDataLong column statistics data. - Returns:
- Long column statistics data.
 
- 
stringColumnStatisticsDataString column statistics data. - Returns:
- String column statistics data.
 
- 
binaryColumnStatisticsDataBinary column statistics data. - Returns:
- Binary column statistics data.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ColumnStatisticsData.Builder,- ColumnStatisticsData> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-