@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, waitcopypublic String sourceArn()
The ARN of the source.
public String destinationArn()
The Amazon Resource Name (ARN) of the destination.
public String sourceType()
The source type.
public String destinationType()
The destination type.
public 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().
AssociationEdgeTypepublic 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().
AssociationEdgeTypepublic String sourceName()
The name of the source.
public String destinationName()
The name of the destination.
public Instant creationTime()
When the association was created.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.