@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatedArtifact extends Object implements Serializable, Cloneable, StructuredPojo
An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).
Constructor and Description |
---|
CreatedArtifact() |
Modifier and Type | Method and Description |
---|---|
CreatedArtifact |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description that can be free-form text to record additional detail about the artifact for clarity or for later
reference.
|
String |
getName()
An ARN that uniquely identifies the result of a migration task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
A description that can be free-form text to record additional detail about the artifact for clarity or for later
reference.
|
void |
setName(String name)
An ARN that uniquely identifies the result of a migration task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreatedArtifact |
withDescription(String description)
A description that can be free-form text to record additional detail about the artifact for clarity or for later
reference.
|
CreatedArtifact |
withName(String name)
An ARN that uniquely identifies the result of a migration task.
|
public void setName(String name)
An ARN that uniquely identifies the result of a migration task.
name
- An ARN that uniquely identifies the result of a migration task.public String getName()
An ARN that uniquely identifies the result of a migration task.
public CreatedArtifact withName(String name)
An ARN that uniquely identifies the result of a migration task.
name
- An ARN that uniquely identifies the result of a migration task.public void setDescription(String description)
A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
description
- A description that can be free-form text to record additional detail about the artifact for clarity or for
later reference.public String getDescription()
A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
public CreatedArtifact withDescription(String description)
A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
description
- A description that can be free-form text to record additional detail about the artifact for clarity or for
later reference.public String toString()
toString
in class Object
Object.toString()
public CreatedArtifact clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.