@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorldTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateWorldTemplateResult() |
Modifier and Type | Method and Description |
---|---|
UpdateWorldTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (arn) of the world template.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the world template was created.
|
Date |
getLastUpdatedAt()
The time, in milliseconds since the epoch, when the world template was last updated.
|
String |
getName()
The name of the world template.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (arn) of the world template.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world template was created.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
|
void |
setName(String name)
The name of the world template.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorldTemplateResult |
withArn(String arn)
The Amazon Resource Name (arn) of the world template.
|
UpdateWorldTemplateResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world template was created.
|
UpdateWorldTemplateResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
|
UpdateWorldTemplateResult |
withName(String name)
The name of the world template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (arn) of the world template.
arn
- The Amazon Resource Name (arn) of the world template.public String getArn()
The Amazon Resource Name (arn) of the world template.
public UpdateWorldTemplateResult withArn(String arn)
The Amazon Resource Name (arn) of the world template.
arn
- The Amazon Resource Name (arn) of the world template.public void setName(String name)
The name of the world template.
name
- The name of the world template.public String getName()
The name of the world template.
public UpdateWorldTemplateResult withName(String name)
The name of the world template.
name
- The name of the world template.public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world template was created.
createdAt
- The time, in milliseconds since the epoch, when the world template was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the world template was created.
public UpdateWorldTemplateResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world template was created.
createdAt
- The time, in milliseconds since the epoch, when the world template was created.public void setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the world template was last updated.public Date getLastUpdatedAt()
The time, in milliseconds since the epoch, when the world template was last updated.
public UpdateWorldTemplateResult withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the world template was last updated.public String toString()
toString
in class Object
Object.toString()
public UpdateWorldTemplateResult clone()