Class StatisticAnnotation
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.StatisticAnnotation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StatisticAnnotation.Builder,StatisticAnnotation>
@Generated("software.amazon.awssdk:codegen") public final class StatisticAnnotation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatisticAnnotation.Builder,StatisticAnnotation>
A Statistic Annotation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStatisticAnnotation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatisticAnnotation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TimestampedInclusionAnnotationinclusionAnnotation()The inclusion annotation applied to the statistic.StringprofileId()The Profile ID.List<SdkField<?>>sdkFields()static Class<? extends StatisticAnnotation.Builder>serializableBuilderClass()StringstatisticId()The Statistic ID.InstantstatisticRecordedOn()The timestamp when the annotated statistic was recorded.StatisticAnnotation.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
-
profileId
public final String profileId()
The Profile ID.
- Returns:
- The Profile ID.
-
statisticId
public final String statisticId()
The Statistic ID.
- Returns:
- The Statistic ID.
-
statisticRecordedOn
public final Instant statisticRecordedOn()
The timestamp when the annotated statistic was recorded.
- Returns:
- The timestamp when the annotated statistic was recorded.
-
inclusionAnnotation
public final TimestampedInclusionAnnotation inclusionAnnotation()
The inclusion annotation applied to the statistic.
- Returns:
- The inclusion annotation applied to the statistic.
-
toBuilder
public StatisticAnnotation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StatisticAnnotation.Builder,StatisticAnnotation>
-
builder
public static StatisticAnnotation.Builder builder()
-
serializableBuilderClass
public static Class<? extends StatisticAnnotation.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.
-
-