@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetTemplateResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time at which the template was last created.
|
String |
getDescription()
The time at which the template was last created.
|
String |
getId()
The ID of the template.
|
List<TemplateInput> |
getInputs()
The inputs provided for the creation of the migration workflow.
|
String |
getName()
The name of the template.
|
String |
getStatus()
The status of the template.
|
List<Tool> |
getTools()
List of AWS services utilized in a migration workflow.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time at which the template was last created.
|
void |
setDescription(String description)
The time at which the template was last created.
|
void |
setId(String id)
The ID of the template.
|
void |
setInputs(Collection<TemplateInput> inputs)
The inputs provided for the creation of the migration workflow.
|
void |
setName(String name)
The name of the template.
|
void |
setStatus(String status)
The status of the template.
|
void |
setTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
String |
toString()
Returns a string representation of this object.
|
GetTemplateResult |
withCreationTime(Date creationTime)
The time at which the template was last created.
|
GetTemplateResult |
withDescription(String description)
The time at which the template was last created.
|
GetTemplateResult |
withId(String id)
The ID of the template.
|
GetTemplateResult |
withInputs(Collection<TemplateInput> inputs)
The inputs provided for the creation of the migration workflow.
|
GetTemplateResult |
withInputs(TemplateInput... inputs)
The inputs provided for the creation of the migration workflow.
|
GetTemplateResult |
withName(String name)
The name of the template.
|
GetTemplateResult |
withStatus(String status)
The status of the template.
|
GetTemplateResult |
withStatus(TemplateStatus status)
The status of the template.
|
GetTemplateResult |
withTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
GetTemplateResult |
withTools(Tool... tools)
List of AWS services utilized in a migration workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The ID of the template.
id
- The ID of the template.public String getId()
The ID of the template.
public GetTemplateResult withId(String id)
The ID of the template.
id
- The ID of the template.public void setName(String name)
The name of the template.
name
- The name of the template.public String getName()
The name of the template.
public GetTemplateResult withName(String name)
The name of the template.
name
- The name of the template.public void setDescription(String description)
The time at which the template was last created.
description
- The time at which the template was last created.public String getDescription()
The time at which the template was last created.
public GetTemplateResult withDescription(String description)
The time at which the template was last created.
description
- The time at which the template was last created.public List<TemplateInput> getInputs()
The inputs provided for the creation of the migration workflow.
public void setInputs(Collection<TemplateInput> inputs)
The inputs provided for the creation of the migration workflow.
inputs
- The inputs provided for the creation of the migration workflow.public GetTemplateResult withInputs(TemplateInput... inputs)
The inputs provided for the creation of the migration workflow.
NOTE: This method appends the values to the existing list (if any). Use
setInputs(java.util.Collection)
or withInputs(java.util.Collection)
if you want to override the
existing values.
inputs
- The inputs provided for the creation of the migration workflow.public GetTemplateResult withInputs(Collection<TemplateInput> inputs)
The inputs provided for the creation of the migration workflow.
inputs
- The inputs provided for the creation of the migration workflow.public List<Tool> getTools()
List of AWS services utilized in a migration workflow.
public void setTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
tools
- List of AWS services utilized in a migration workflow.public GetTemplateResult withTools(Tool... tools)
List of AWS services utilized in a migration workflow.
NOTE: This method appends the values to the existing list (if any). Use
setTools(java.util.Collection)
or withTools(java.util.Collection)
if you want to override the
existing values.
tools
- List of AWS services utilized in a migration workflow.public GetTemplateResult withTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
tools
- List of AWS services utilized in a migration workflow.public void setStatus(String status)
The status of the template.
status
- The status of the template.TemplateStatus
public String getStatus()
The status of the template.
TemplateStatus
public GetTemplateResult withStatus(String status)
The status of the template.
status
- The status of the template.TemplateStatus
public GetTemplateResult withStatus(TemplateStatus status)
The status of the template.
status
- The status of the template.TemplateStatus
public void setCreationTime(Date creationTime)
The time at which the template was last created.
creationTime
- The time at which the template was last created.public Date getCreationTime()
The time at which the template was last created.
public GetTemplateResult withCreationTime(Date creationTime)
The time at which the template was last created.
creationTime
- The time at which the template was last created.public String toString()
toString
in class Object
Object.toString()
public GetTemplateResult clone()