@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTaskTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateTaskTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateTaskTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the task template resource.
|
String |
getId()
The identifier of the task template resource.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the task template resource.
|
void |
setId(String id)
The identifier of the task template resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateTaskTemplateResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the task template resource.
|
CreateTaskTemplateResult |
withId(String id)
The identifier of the task template resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setId(String id)
The identifier of the task template resource.
id - The identifier of the task template resource.public String getId()
The identifier of the task template resource.
public CreateTaskTemplateResult withId(String id)
The identifier of the task template resource.
id - The identifier of the task template resource.public void setArn(String arn)
The Amazon Resource Name (ARN) for the task template resource.
arn - The Amazon Resource Name (ARN) for the task template resource.public String getArn()
The Amazon Resource Name (ARN) for the task template resource.
public CreateTaskTemplateResult withArn(String arn)
The Amazon Resource Name (ARN) for the task template resource.
arn - The Amazon Resource Name (ARN) for the task template resource.public String toString()
toString in class ObjectObject.toString()public CreateTaskTemplateResult clone()