@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLineageGroupResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeLineageGroupResponse.Builder,DescribeLineageGroupResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLineageGroupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeLineageGroupResponse.Builder |
builder() |
UserContext |
createdBy()
Returns the value of the CreatedBy property for this object.
|
Instant |
creationTime()
The creation time of lineage group.
|
String |
description()
The description of the lineage group.
|
String |
displayName()
The display name of the lineage group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UserContext |
lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
Instant |
lastModifiedTime()
The last modified time of the lineage group.
|
String |
lineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
|
String |
lineageGroupName()
The name of the lineage group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLineageGroupResponse.Builder> |
serializableBuilderClass() |
DescribeLineageGroupResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String lineageGroupName()
The name of the lineage group.
public final String lineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
public final String displayName()
The display name of the lineage group.
public final String description()
The description of the lineage group.
public final Instant creationTime()
The creation time of lineage group.
public final UserContext createdBy()
public final Instant lastModifiedTime()
The last modified time of the lineage group.
public final UserContext lastModifiedBy()
public DescribeLineageGroupResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLineageGroupResponse.Builder,DescribeLineageGroupResponse>toBuilder in class AwsResponsepublic static DescribeLineageGroupResponse.Builder builder()
public static Class<? extends DescribeLineageGroupResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.