@Generated(value="software.amazon.awssdk:codegen") public final class Label extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Label.Builder,Label>
The label details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Label.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The label ARN.
|
static Label.Builder |
builder() |
String |
createdTime()
Timestamp of when the event type was created.
|
String |
description()
The label description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastUpdatedTime()
Timestamp of when the label was last updated.
|
String |
name()
The label name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Label.Builder> |
serializableBuilderClass() |
Label.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The label name.
public final String description()
The label description.
public final String lastUpdatedTime()
Timestamp of when the label was last updated.
public final String createdTime()
Timestamp of when the event type was created.
public final String arn()
The label ARN.
public Label.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Label.Builder,Label>public static Label.Builder builder()
public static Class<? extends Label.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.