@Generated(value="software.amazon.awssdk:codegen") public final class LineageGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LineageGroupSummary.Builder,LineageGroupSummary>
Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.
Modifier and Type | Class and Description |
---|---|
static interface |
LineageGroupSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static LineageGroupSummary.Builder |
builder() |
Instant |
creationTime()
The creation time of the lineage group summary.
|
String |
displayName()
The display name of the lineage group summary.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The last modified time of the lineage group summary.
|
String |
lineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group resource.
|
String |
lineageGroupName()
The name or Amazon Resource Name (ARN) of the lineage group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LineageGroupSummary.Builder> |
serializableBuilderClass() |
LineageGroupSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String lineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group resource.
public final String lineageGroupName()
The name or Amazon Resource Name (ARN) of the lineage group.
public final String displayName()
The display name of the lineage group summary.
public final Instant creationTime()
The creation time of the lineage group summary.
public final Instant lastModifiedTime()
The last modified time of the lineage group summary.
public LineageGroupSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LineageGroupSummary.Builder,LineageGroupSummary>
public static LineageGroupSummary.Builder builder()
public static Class<? extends LineageGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.