/* * 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.apigateway.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** *
* A request to generate a ClientCertificate resource. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class GenerateClientCertificateRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** ** The description of the ClientCertificate. *
*/ private String description; /** *
* The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters
* and must not start with aws:
. The tag value can be up to 256 characters.
*
* The description of the ClientCertificate. *
* * @param description * The description of the ClientCertificate. */ public void setDescription(String description) { this.description = description; } /** ** The description of the ClientCertificate. *
* * @return The description of the ClientCertificate. */ public String getDescription() { return this.description; } /** ** The description of the ClientCertificate. *
* * @param description * The description of the ClientCertificate. * @return Returns a reference to this object so that method calls can be chained together. */ public GenerateClientCertificateRequest withDescription(String description) { setDescription(description); return this; } /** *
* The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters
* and must not start with aws:
. The tag value can be up to 256 characters.
*
aws:
. The tag value can be up to 256 characters.
*/
public java.util.Map
* The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters
* and must not start with aws:
. The tag value can be up to 256 characters.
*
aws:
. The tag value can be up to 256 characters.
*/
public void setTags(java.util.Map
* The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters
* and must not start with aws:
. The tag value can be up to 256 characters.
*
aws:
. The tag value can be up to 256 characters.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GenerateClientCertificateRequest withTags(java.util.Map