Class LabelGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.LabelGroupSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LabelGroupSummary.Builder,LabelGroupSummary>
@Generated("software.amazon.awssdk:codegen") public final class LabelGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelGroupSummary.Builder,LabelGroupSummary>
Contains information about the label group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLabelGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LabelGroupSummary.Builderbuilder()InstantcreatedAt()The time at which the label group was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlabelGroupArn()The Amazon Resource Name (ARN) of the label group.StringlabelGroupName()The name of the label group.List<SdkField<?>>sdkFields()static Class<? extends LabelGroupSummary.Builder>serializableBuilderClass()LabelGroupSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The time at which the label group was updated.-
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
-
labelGroupName
public final String labelGroupName()
The name of the label group.
- Returns:
- The name of the label group.
-
labelGroupArn
public final String labelGroupArn()
The Amazon Resource Name (ARN) of the label group.
- Returns:
- The Amazon Resource Name (ARN) of the label group.
-
createdAt
public final Instant createdAt()
The time at which the label group was created.
- Returns:
- The time at which the label group was created.
-
updatedAt
public final Instant updatedAt()
The time at which the label group was updated.
- Returns:
- The time at which the label group was updated.
-
toBuilder
public LabelGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LabelGroupSummary.Builder,LabelGroupSummary>
-
builder
public static LabelGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends LabelGroupSummary.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.
-
-