@Generated(value="software.amazon.awssdk:codegen") public final class LabelGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelGroupSummary.Builder,LabelGroupSummary>
Contains information about the label group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelGroupSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LabelGroupSummary.Builder |
builder() |
Instant |
createdAt()
The time at which the label group was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
labelGroupArn()
The ARN of the label group.
|
String |
labelGroupName()
The name of the label group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelGroupSummary.Builder> |
serializableBuilderClass() |
LabelGroupSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The time at which the label group was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String labelGroupName()
The name of the label group.
public final String labelGroupArn()
The ARN of the label group.
public final Instant createdAt()
The time at which the label group was created.
public final Instant updatedAt()
The time at which the label group was updated.
public LabelGroupSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LabelGroupSummary.Builder,LabelGroupSummary>public static LabelGroupSummary.Builder builder()
public static Class<? extends LabelGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.