public class CreateTaskTemplateResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateTaskTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) for the task template resource.
|
java.lang.String |
getId()
The identifier of the task template resource.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) for the task template resource.
|
void |
setId(java.lang.String id)
The identifier of the task template resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTaskTemplateResult |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) for the task template resource.
|
CreateTaskTemplateResult |
withId(java.lang.String id)
The identifier of the task template resource.
|
public java.lang.String getId()
The identifier of the task template resource.
Constraints:
Length: 1 - 500
The identifier of the task template resource.
public void setId(java.lang.String id)
The identifier of the task template resource.
Constraints:
Length: 1 - 500
id - The identifier of the task template resource.
public CreateTaskTemplateResult withId(java.lang.String id)
The identifier of the task template resource.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 500
id - The identifier of the task template resource.
public java.lang.String getArn()
The Amazon Resource Name (ARN) for the task template resource.
Constraints:
Length: 1 - 500
The Amazon Resource Name (ARN) for the task template resource.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) for the task template resource.
Constraints:
Length: 1 - 500
arn - The Amazon Resource Name (ARN) for the task template resource.
public CreateTaskTemplateResult withArn(java.lang.String arn)
The Amazon Resource Name (ARN) for the task template resource.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 500
arn - The Amazon Resource Name (ARN) for the task template resource.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object