@Generated(value="software.amazon.awssdk:codegen") public final class ResolvedArtifact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResolvedArtifact.Builder,ResolvedArtifact>
Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResolvedArtifact.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedArtifact.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The identifier of the artifact.
|
String |
location()
The location of the artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResolvedArtifact.Builder> |
serializableBuilderClass() |
ResolvedArtifact.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ArtifactsType |
type()
Specifies the type of artifact.
|
String |
typeAsString()
Specifies the type of artifact.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ArtifactsType type()
Specifies the type of artifact.
If the service returns an enum value that is not available in the current SDK version, type will return
ArtifactsType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ArtifactsTypepublic final String typeAsString()
Specifies the type of artifact.
If the service returns an enum value that is not available in the current SDK version, type will return
ArtifactsType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ArtifactsTypepublic final String location()
The location of the artifact.
public final String identifier()
The identifier of the artifact.
public ResolvedArtifact.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResolvedArtifact.Builder,ResolvedArtifact>public static ResolvedArtifact.Builder builder()
public static Class<? extends ResolvedArtifact.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.