@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeArtifactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeArtifactResult() |
Modifier and Type | Method and Description |
---|---|
DescribeArtifactResult |
addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
DescribeArtifactResult |
clearPropertiesEntries()
Removes all the entries added into Properties.
|
DescribeArtifactResult |
clone() |
boolean |
equals(Object obj) |
String |
getArtifactArn()
The Amazon Resource Name (ARN) of the artifact.
|
String |
getArtifactName()
The name of the artifact.
|
String |
getArtifactType()
The type of the artifact.
|
UserContext |
getCreatedBy() |
Date |
getCreationTime()
When the artifact was created.
|
UserContext |
getLastModifiedBy() |
Date |
getLastModifiedTime()
When the artifact was last modified.
|
String |
getLineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
|
MetadataProperties |
getMetadataProperties() |
Map<String,String> |
getProperties()
A list of the artifact's properties.
|
ArtifactSource |
getSource()
The source of the artifact.
|
int |
hashCode() |
void |
setArtifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact.
|
void |
setArtifactName(String artifactName)
The name of the artifact.
|
void |
setArtifactType(String artifactType)
The type of the artifact.
|
void |
setCreatedBy(UserContext createdBy) |
void |
setCreationTime(Date creationTime)
When the artifact was created.
|
void |
setLastModifiedBy(UserContext lastModifiedBy) |
void |
setLastModifiedTime(Date lastModifiedTime)
When the artifact was last modified.
|
void |
setLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
void |
setMetadataProperties(MetadataProperties metadataProperties) |
void |
setProperties(Map<String,String> properties)
A list of the artifact's properties.
|
void |
setSource(ArtifactSource source)
The source of the artifact.
|
String |
toString()
Returns a string representation of this object.
|
DescribeArtifactResult |
withArtifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact.
|
DescribeArtifactResult |
withArtifactName(String artifactName)
The name of the artifact.
|
DescribeArtifactResult |
withArtifactType(String artifactType)
The type of the artifact.
|
DescribeArtifactResult |
withCreatedBy(UserContext createdBy) |
DescribeArtifactResult |
withCreationTime(Date creationTime)
When the artifact was created.
|
DescribeArtifactResult |
withLastModifiedBy(UserContext lastModifiedBy) |
DescribeArtifactResult |
withLastModifiedTime(Date lastModifiedTime)
When the artifact was last modified.
|
DescribeArtifactResult |
withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
DescribeArtifactResult |
withMetadataProperties(MetadataProperties metadataProperties) |
DescribeArtifactResult |
withProperties(Map<String,String> properties)
A list of the artifact's properties.
|
DescribeArtifactResult |
withSource(ArtifactSource source)
The source of the artifact.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArtifactName(String artifactName)
The name of the artifact.
artifactName
- The name of the artifact.public String getArtifactName()
The name of the artifact.
public DescribeArtifactResult withArtifactName(String artifactName)
The name of the artifact.
artifactName
- The name of the artifact.public void setArtifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact.
artifactArn
- The Amazon Resource Name (ARN) of the artifact.public String getArtifactArn()
The Amazon Resource Name (ARN) of the artifact.
public DescribeArtifactResult withArtifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact.
artifactArn
- The Amazon Resource Name (ARN) of the artifact.public void setSource(ArtifactSource source)
The source of the artifact.
source
- The source of the artifact.public ArtifactSource getSource()
The source of the artifact.
public DescribeArtifactResult withSource(ArtifactSource source)
The source of the artifact.
source
- The source of the artifact.public void setArtifactType(String artifactType)
The type of the artifact.
artifactType
- The type of the artifact.public String getArtifactType()
The type of the artifact.
public DescribeArtifactResult withArtifactType(String artifactType)
The type of the artifact.
artifactType
- The type of the artifact.public Map<String,String> getProperties()
A list of the artifact's properties.
public void setProperties(Map<String,String> properties)
A list of the artifact's properties.
properties
- A list of the artifact's properties.public DescribeArtifactResult withProperties(Map<String,String> properties)
A list of the artifact's properties.
properties
- A list of the artifact's properties.public DescribeArtifactResult addPropertiesEntry(String key, String value)
public DescribeArtifactResult clearPropertiesEntries()
public void setCreationTime(Date creationTime)
When the artifact was created.
creationTime
- When the artifact was created.public Date getCreationTime()
When the artifact was created.
public DescribeArtifactResult withCreationTime(Date creationTime)
When the artifact was created.
creationTime
- When the artifact was created.public void setCreatedBy(UserContext createdBy)
createdBy
- public UserContext getCreatedBy()
public DescribeArtifactResult withCreatedBy(UserContext createdBy)
createdBy
- public void setLastModifiedTime(Date lastModifiedTime)
When the artifact was last modified.
lastModifiedTime
- When the artifact was last modified.public Date getLastModifiedTime()
When the artifact was last modified.
public DescribeArtifactResult withLastModifiedTime(Date lastModifiedTime)
When the artifact was last modified.
lastModifiedTime
- When the artifact was last modified.public void setLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public UserContext getLastModifiedBy()
public DescribeArtifactResult withLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public void setMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public MetadataProperties getMetadataProperties()
public DescribeArtifactResult withMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public void setLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn
- The Amazon Resource Name (ARN) of the lineage group.public String getLineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
public DescribeArtifactResult withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn
- The Amazon Resource Name (ARN) of the lineage group.public String toString()
toString
in class Object
Object.toString()
public DescribeArtifactResult clone()