@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolvedArtifact extends Object implements Serializable, Cloneable, StructuredPojo
Represents a resolved build artifact. A resolve artifact is an artifact that is built and deployed to the destination, such as Amazon S3.
| Constructor and Description | 
|---|
| ResolvedArtifact() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResolvedArtifact | clone() | 
| boolean | equals(Object obj) | 
| String | getIdentifier()
 The identifier of the artifact. | 
| String | getLocation()
 The location of the artifact. | 
| String | getType()
 Specifies the type of artifact. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setIdentifier(String identifier)
 The identifier of the artifact. | 
| void | setLocation(String location)
 The location of the artifact. | 
| void | setType(String type)
 Specifies the type of artifact. | 
| String | toString()Returns a string representation of this object. | 
| ResolvedArtifact | withIdentifier(String identifier)
 The identifier of the artifact. | 
| ResolvedArtifact | withLocation(String location)
 The location of the artifact. | 
| ResolvedArtifact | withType(ArtifactsType type)
 Specifies the type of artifact. | 
| ResolvedArtifact | withType(String type)
 Specifies the type of artifact. | 
public void setType(String type)
Specifies the type of artifact.
type - Specifies the type of artifact.ArtifactsTypepublic String getType()
Specifies the type of artifact.
ArtifactsTypepublic ResolvedArtifact withType(String type)
Specifies the type of artifact.
type - Specifies the type of artifact.ArtifactsTypepublic ResolvedArtifact withType(ArtifactsType type)
Specifies the type of artifact.
type - Specifies the type of artifact.ArtifactsTypepublic void setLocation(String location)
The location of the artifact.
location - The location of the artifact.public String getLocation()
The location of the artifact.
public ResolvedArtifact withLocation(String location)
The location of the artifact.
location - The location of the artifact.public void setIdentifier(String identifier)
The identifier of the artifact.
identifier - The identifier of the artifact.public String getIdentifier()
The identifier of the artifact.
public ResolvedArtifact withIdentifier(String identifier)
The identifier of the artifact.
identifier - The identifier of the artifact.public String toString()
toString in class ObjectObject.toString()public ResolvedArtifact clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.