@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Artifact extends Object implements Serializable, Cloneable, StructuredPojo
Describes an artifact.
Constructor and Description |
---|
Artifact() |
Modifier and Type | Method and Description |
---|---|
Artifact |
clone() |
boolean |
equals(Object obj) |
String |
getArtifactFileName()
The file name for the artifact.
|
String |
getArtifactId()
The unique ID for the artifact.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArtifactFileName(String artifactFileName)
The file name for the artifact.
|
void |
setArtifactId(String artifactId)
The unique ID for the artifact.
|
String |
toString()
Returns a string representation of this object.
|
Artifact |
withArtifactFileName(String artifactFileName)
The file name for the artifact.
|
Artifact |
withArtifactId(String artifactId)
The unique ID for the artifact.
|
public void setArtifactFileName(String artifactFileName)
The file name for the artifact.
artifactFileName
- The file name for the artifact.public String getArtifactFileName()
The file name for the artifact.
public Artifact withArtifactFileName(String artifactFileName)
The file name for the artifact.
artifactFileName
- The file name for the artifact.public void setArtifactId(String artifactId)
The unique ID for the artifact.
artifactId
- The unique ID for the artifact.public String getArtifactId()
The unique ID for the artifact.
public Artifact withArtifactId(String artifactId)
The unique ID for the artifact.
artifactId
- The unique ID for the artifact.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.