@Generated(value="software.amazon.awssdk:codegen") public final class AssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociationSummary.Builder,AssociationSummary>
Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.
Modifier and Type | Class and Description |
---|---|
static interface |
AssociationSummary.Builder |
Modifier and Type | Method and Description |
---|---|
AssociationEdgeType |
associationType()
The type of the association.
|
String |
associationTypeAsString()
The type of the association.
|
static AssociationSummary.Builder |
builder() |
UserContext |
createdBy()
Returns the value of the CreatedBy property for this object.
|
Instant |
creationTime()
When the association was created.
|
String |
destinationArn()
The Amazon Resource Name (ARN) of the destination.
|
String |
destinationName()
The name of the destination.
|
String |
destinationType()
The destination type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociationSummary.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The ARN of the source.
|
String |
sourceName()
The name of the source.
|
String |
sourceType()
The source type.
|
AssociationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String sourceArn()
The ARN of the source.
public final String destinationArn()
The Amazon Resource Name (ARN) of the destination.
public final String sourceType()
The source type.
public final String destinationType()
The destination type.
public final AssociationEdgeType associationType()
The type of the association.
If the service returns an enum value that is not available in the current SDK version, associationType
will return AssociationEdgeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from associationTypeAsString()
.
AssociationEdgeType
public final String associationTypeAsString()
The type of the association.
If the service returns an enum value that is not available in the current SDK version, associationType
will return AssociationEdgeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from associationTypeAsString()
.
AssociationEdgeType
public final String sourceName()
The name of the source.
public final String destinationName()
The name of the destination.
public final Instant creationTime()
When the association was created.
public final UserContext createdBy()
public AssociationSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AssociationSummary.Builder,AssociationSummary>
public static AssociationSummary.Builder builder()
public static Class<? extends AssociationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.