Class AnalyticsBinBySpecification
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsBinBySpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalyticsBinBySpecification.Builder,AnalyticsBinBySpecification>
@Generated("software.amazon.awssdk:codegen") public final class AnalyticsBinBySpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyticsBinBySpecification.Builder,AnalyticsBinBySpecification>
Contains the time metric, interval, and method by which to bin the analytics data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalyticsBinBySpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalyticsBinBySpecification.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AnalyticsIntervalinterval()Specifies the interval of time by which to bin the analytics data.StringintervalAsString()Specifies the interval of time by which to bin the analytics data.AnalyticsBinByNamename()Specifies the time metric by which to bin the analytics data.StringnameAsString()Specifies the time metric by which to bin the analytics data.AnalyticsSortOrderorder()Specifies whether to bin the analytics data in ascending or descending order.StringorderAsString()Specifies whether to bin the analytics data in ascending or descending order.List<SdkField<?>>sdkFields()static Class<? extends AnalyticsBinBySpecification.Builder>serializableBuilderClass()AnalyticsBinBySpecification.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
-
name
public final AnalyticsBinByName name()
Specifies the time metric by which to bin the analytics data.
If the service returns an enum value that is not available in the current SDK version,
namewill returnAnalyticsBinByName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Specifies the time metric by which to bin the analytics data.
- See Also:
AnalyticsBinByName
-
nameAsString
public final String nameAsString()
Specifies the time metric by which to bin the analytics data.
If the service returns an enum value that is not available in the current SDK version,
namewill returnAnalyticsBinByName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Specifies the time metric by which to bin the analytics data.
- See Also:
AnalyticsBinByName
-
interval
public final AnalyticsInterval interval()
Specifies the interval of time by which to bin the analytics data.
If the service returns an enum value that is not available in the current SDK version,
intervalwill returnAnalyticsInterval.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintervalAsString().- Returns:
- Specifies the interval of time by which to bin the analytics data.
- See Also:
AnalyticsInterval
-
intervalAsString
public final String intervalAsString()
Specifies the interval of time by which to bin the analytics data.
If the service returns an enum value that is not available in the current SDK version,
intervalwill returnAnalyticsInterval.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintervalAsString().- Returns:
- Specifies the interval of time by which to bin the analytics data.
- See Also:
AnalyticsInterval
-
order
public final AnalyticsSortOrder order()
Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
If the service returns an enum value that is not available in the current SDK version,
orderwill returnAnalyticsSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
- See Also:
AnalyticsSortOrder
-
orderAsString
public final String orderAsString()
Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
If the service returns an enum value that is not available in the current SDK version,
orderwill returnAnalyticsSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
- See Also:
AnalyticsSortOrder
-
toBuilder
public AnalyticsBinBySpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalyticsBinBySpecification.Builder,AnalyticsBinBySpecification>
-
builder
public static AnalyticsBinBySpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalyticsBinBySpecification.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.
-
-