* The Amazon Resource Name (ARN) of the world template. *
*/ private String arn; /** ** Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. *
*/ private String clientRequestToken; /** ** The time, in milliseconds since the epoch, when the world template was created. *
*/ private java.util.Date createdAt; /** ** The name of the world template. *
*/ private String name; /** ** A map that contains tag keys and tag values that are attached to the world template. *
*/ private java.util.Map* The Amazon Resource Name (ARN) of the world template. *
* * @param arn * The Amazon Resource Name (ARN) of the world template. */ public void setArn(String arn) { this.arn = arn; } /** ** The Amazon Resource Name (ARN) of the world template. *
* * @return The Amazon Resource Name (ARN) of the world template. */ public String getArn() { return this.arn; } /** ** The Amazon Resource Name (ARN) of the world template. *
* * @param arn * The Amazon Resource Name (ARN) of the world template. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateWorldTemplateResult withArn(String arn) { setArn(arn); return this; } /** ** Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. *
* * @param clientRequestToken * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. */ public void setClientRequestToken(String clientRequestToken) { this.clientRequestToken = clientRequestToken; } /** ** Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. *
* * @return Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. */ public String getClientRequestToken() { return this.clientRequestToken; } /** ** Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. *
* * @param clientRequestToken * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateWorldTemplateResult withClientRequestToken(String clientRequestToken) { setClientRequestToken(clientRequestToken); return this; } /** ** The time, in milliseconds since the epoch, when the world template was created. *
* * @param createdAt * The time, in milliseconds since the epoch, when the world template was created. */ public void setCreatedAt(java.util.Date createdAt) { this.createdAt = createdAt; } /** ** The time, in milliseconds since the epoch, when the world template was created. *
* * @return The time, in milliseconds since the epoch, when the world template was created. */ public java.util.Date getCreatedAt() { return this.createdAt; } /** ** The time, in milliseconds since the epoch, when the world template was created. *
* * @param createdAt * The time, in milliseconds since the epoch, when the world template was created. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateWorldTemplateResult withCreatedAt(java.util.Date createdAt) { setCreatedAt(createdAt); return this; } /** ** The name of the world template. *
* * @param name * The name of the world template. */ public void setName(String name) { this.name = name; } /** ** The name of the world template. *
* * @return The name of the world template. */ public String getName() { return this.name; } /** ** The name of the world template. *
* * @param name * The name of the world template. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateWorldTemplateResult withName(String name) { setName(name); return this; } /** ** A map that contains tag keys and tag values that are attached to the world template. *
* * @return A map that contains tag keys and tag values that are attached to the world template. */ public java.util.Map* A map that contains tag keys and tag values that are attached to the world template. *
* * @param tags * A map that contains tag keys and tag values that are attached to the world template. */ public void setTags(java.util.Map* A map that contains tag keys and tag values that are attached to the world template. *
* * @param tags * A map that contains tag keys and tag values that are attached to the world template. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateWorldTemplateResult withTags(java.util.Map