/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.robomaker.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see AWS * API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class CreateWorldGenerationJobRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. *
*/ private String clientRequestToken; /** ** The Amazon Resource Name (arn) of the world template describing the worlds you want to create. *
*/ private String template; /** ** Information about the world count. *
*/ private WorldCount worldCount; /** ** A map that contains tag keys and tag values that are attached to the world generator job. *
*/ private java.util.Map* A map that contains tag keys and tag values that are attached to the generated worlds. *
*/ private java.util.Map* 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 CreateWorldGenerationJobRequest withClientRequestToken(String clientRequestToken) { setClientRequestToken(clientRequestToken); return this; } /** ** The Amazon Resource Name (arn) of the world template describing the worlds you want to create. *
* * @param template * The Amazon Resource Name (arn) of the world template describing the worlds you want to create. */ public void setTemplate(String template) { this.template = template; } /** ** The Amazon Resource Name (arn) of the world template describing the worlds you want to create. *
* * @return The Amazon Resource Name (arn) of the world template describing the worlds you want to create. */ public String getTemplate() { return this.template; } /** ** The Amazon Resource Name (arn) of the world template describing the worlds you want to create. *
* * @param template * The Amazon Resource Name (arn) of the world template describing the worlds you want to create. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateWorldGenerationJobRequest withTemplate(String template) { setTemplate(template); return this; } /** ** Information about the world count. *
* * @param worldCount * Information about the world count. */ public void setWorldCount(WorldCount worldCount) { this.worldCount = worldCount; } /** ** Information about the world count. *
* * @return Information about the world count. */ public WorldCount getWorldCount() { return this.worldCount; } /** ** Information about the world count. *
* * @param worldCount * Information about the world count. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateWorldGenerationJobRequest withWorldCount(WorldCount worldCount) { setWorldCount(worldCount); return this; } /** ** A map that contains tag keys and tag values that are attached to the world generator job. *
* * @return A map that contains tag keys and tag values that are attached to the world generator job. */ public java.util.Map* A map that contains tag keys and tag values that are attached to the world generator job. *
* * @param tags * A map that contains tag keys and tag values that are attached to the world generator job. */ public void setTags(java.util.Map* A map that contains tag keys and tag values that are attached to the world generator job. *
* * @param tags * A map that contains tag keys and tag values that are attached to the world generator job. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateWorldGenerationJobRequest withTags(java.util.Map* A map that contains tag keys and tag values that are attached to the generated worlds. *
* * @return A map that contains tag keys and tag values that are attached to the generated worlds. */ public java.util.Map* A map that contains tag keys and tag values that are attached to the generated worlds. *
* * @param worldTags * A map that contains tag keys and tag values that are attached to the generated worlds. */ public void setWorldTags(java.util.Map* A map that contains tag keys and tag values that are attached to the generated worlds. *
* * @param worldTags * A map that contains tag keys and tag values that are attached to the generated worlds. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateWorldGenerationJobRequest withWorldTags(java.util.Map