@Generated(value="software.amazon.awssdk:codegen") public final class ArtifactSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArtifactSummary.Builder,ArtifactSummary>
Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArtifactSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
artifactArn()
The Amazon Resource Name (ARN) of the artifact.
|
String |
artifactName()
The name of the artifact.
|
String |
artifactType()
The type of the artifact.
|
static ArtifactSummary.Builder |
builder() |
Instant |
creationTime()
When the artifact was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
When the artifact was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ArtifactSummary.Builder> |
serializableBuilderClass() |
ArtifactSource |
source()
The source of the artifact.
|
ArtifactSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String artifactArn()
The Amazon Resource Name (ARN) of the artifact.
public final String artifactName()
The name of the artifact.
public final ArtifactSource source()
The source of the artifact.
public final String artifactType()
The type of the artifact.
public final Instant creationTime()
When the artifact was created.
public final Instant lastModifiedTime()
When the artifact was last modified.
public ArtifactSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ArtifactSummary.Builder,ArtifactSummary>public static ArtifactSummary.Builder builder()
public static Class<? extends ArtifactSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.