@Generated(value="software.amazon.awssdk:codegen") public final class ArtifactRevision extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArtifactRevision.Builder,ArtifactRevision>
Represents revision details of an artifact.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArtifactRevision.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactRevision.Builder |
builder() |
Instant |
created()
The date and time when the most recent revision of the artifact was created, in timestamp format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of an artifact.
|
String |
revisionChangeIdentifier()
An additional identifier for a revision, such as a commit date or, for artifacts stored in Amazon S3 buckets, the
ETag value.
|
String |
revisionId()
The revision ID of the artifact.
|
String |
revisionSummary()
Summary information about the most recent revision of the artifact.
|
String |
revisionUrl()
The commit ID for the artifact revision.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ArtifactRevision.Builder> |
serializableBuilderClass() |
ArtifactRevision.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of an artifact. This name might be system-generated, such as "MyApp", or defined by the user when an action is created.
public final String revisionId()
The revision ID of the artifact.
public final String revisionChangeIdentifier()
An additional identifier for a revision, such as a commit date or, for artifacts stored in Amazon S3 buckets, the ETag value.
public final String revisionSummary()
Summary information about the most recent revision of the artifact. For GitHub and CodeCommit repositories, the
commit message. For Amazon S3 buckets or actions, the user-provided content of a
codepipeline-artifact-revision-summary key specified in the object metadata.
codepipeline-artifact-revision-summary key specified in the object metadata.public final Instant created()
The date and time when the most recent revision of the artifact was created, in timestamp format.
public final String revisionUrl()
The commit ID for the artifact revision. For artifacts stored in GitHub or CodeCommit repositories, the commit ID is linked to a commit details page.
public ArtifactRevision.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ArtifactRevision.Builder,ArtifactRevision>public static ArtifactRevision.Builder builder()
public static Class<? extends ArtifactRevision.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.