/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include namespace Aws { namespace IAM { namespace Model { /** */ class UploadServerCertificateRequest : public IAMRequest { public: AWS_IAM_API UploadServerCertificateRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "UploadServerCertificate"; } AWS_IAM_API Aws::String SerializePayload() const override; protected: AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI& uri ) const override; public: /** *

The path for the server certificate. For more information about paths, see IAM * identifiers in the IAM User Guide.

This parameter is optional. * If it is not included, it defaults to a slash (/). This parameter allows * (through its regex pattern) a * string of characters consisting of either a forward slash (/) by itself or a * string that must begin and end with forward slashes. In addition, it can contain * any ASCII character from the ! (\u0021) through the DEL character * (\u007F), including most punctuation characters, digits, and upper * and lowercased letters.

If you are uploading a server certificate * specifically for use with Amazon CloudFront distributions, you must specify a * path using the path parameter. The path must begin with * /cloudfront and must include a trailing slash (for example, * /cloudfront/test/).

*/ inline const Aws::String& GetPath() const{ return m_path; } /** *

The path for the server certificate. For more information about paths, see IAM * identifiers in the IAM User Guide.

This parameter is optional. * If it is not included, it defaults to a slash (/). This parameter allows * (through its regex pattern) a * string of characters consisting of either a forward slash (/) by itself or a * string that must begin and end with forward slashes. In addition, it can contain * any ASCII character from the ! (\u0021) through the DEL character * (\u007F), including most punctuation characters, digits, and upper * and lowercased letters.

If you are uploading a server certificate * specifically for use with Amazon CloudFront distributions, you must specify a * path using the path parameter. The path must begin with * /cloudfront and must include a trailing slash (for example, * /cloudfront/test/).

*/ inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } /** *

The path for the server certificate. For more information about paths, see IAM * identifiers in the IAM User Guide.

This parameter is optional. * If it is not included, it defaults to a slash (/). This parameter allows * (through its regex pattern) a * string of characters consisting of either a forward slash (/) by itself or a * string that must begin and end with forward slashes. In addition, it can contain * any ASCII character from the ! (\u0021) through the DEL character * (\u007F), including most punctuation characters, digits, and upper * and lowercased letters.

If you are uploading a server certificate * specifically for use with Amazon CloudFront distributions, you must specify a * path using the path parameter. The path must begin with * /cloudfront and must include a trailing slash (for example, * /cloudfront/test/).

*/ inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } /** *

The path for the server certificate. For more information about paths, see IAM * identifiers in the IAM User Guide.

This parameter is optional. * If it is not included, it defaults to a slash (/). This parameter allows * (through its regex pattern) a * string of characters consisting of either a forward slash (/) by itself or a * string that must begin and end with forward slashes. In addition, it can contain * any ASCII character from the ! (\u0021) through the DEL character * (\u007F), including most punctuation characters, digits, and upper * and lowercased letters.

If you are uploading a server certificate * specifically for use with Amazon CloudFront distributions, you must specify a * path using the path parameter. The path must begin with * /cloudfront and must include a trailing slash (for example, * /cloudfront/test/).

*/ inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } /** *

The path for the server certificate. For more information about paths, see IAM * identifiers in the IAM User Guide.

This parameter is optional. * If it is not included, it defaults to a slash (/). This parameter allows * (through its regex pattern) a * string of characters consisting of either a forward slash (/) by itself or a * string that must begin and end with forward slashes. In addition, it can contain * any ASCII character from the ! (\u0021) through the DEL character * (\u007F), including most punctuation characters, digits, and upper * and lowercased letters.

If you are uploading a server certificate * specifically for use with Amazon CloudFront distributions, you must specify a * path using the path parameter. The path must begin with * /cloudfront and must include a trailing slash (for example, * /cloudfront/test/).

*/ inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } /** *

The path for the server certificate. For more information about paths, see IAM * identifiers in the IAM User Guide.

This parameter is optional. * If it is not included, it defaults to a slash (/). This parameter allows * (through its regex pattern) a * string of characters consisting of either a forward slash (/) by itself or a * string that must begin and end with forward slashes. In addition, it can contain * any ASCII character from the ! (\u0021) through the DEL character * (\u007F), including most punctuation characters, digits, and upper * and lowercased letters.

If you are uploading a server certificate * specifically for use with Amazon CloudFront distributions, you must specify a * path using the path parameter. The path must begin with * /cloudfront and must include a trailing slash (for example, * /cloudfront/test/).

*/ inline UploadServerCertificateRequest& WithPath(const Aws::String& value) { SetPath(value); return *this;} /** *

The path for the server certificate. For more information about paths, see IAM * identifiers in the IAM User Guide.

This parameter is optional. * If it is not included, it defaults to a slash (/). This parameter allows * (through its regex pattern) a * string of characters consisting of either a forward slash (/) by itself or a * string that must begin and end with forward slashes. In addition, it can contain * any ASCII character from the ! (\u0021) through the DEL character * (\u007F), including most punctuation characters, digits, and upper * and lowercased letters.

If you are uploading a server certificate * specifically for use with Amazon CloudFront distributions, you must specify a * path using the path parameter. The path must begin with * /cloudfront and must include a trailing slash (for example, * /cloudfront/test/).

*/ inline UploadServerCertificateRequest& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} /** *

The path for the server certificate. For more information about paths, see IAM * identifiers in the IAM User Guide.

This parameter is optional. * If it is not included, it defaults to a slash (/). This parameter allows * (through its regex pattern) a * string of characters consisting of either a forward slash (/) by itself or a * string that must begin and end with forward slashes. In addition, it can contain * any ASCII character from the ! (\u0021) through the DEL character * (\u007F), including most punctuation characters, digits, and upper * and lowercased letters.

If you are uploading a server certificate * specifically for use with Amazon CloudFront distributions, you must specify a * path using the path parameter. The path must begin with * /cloudfront and must include a trailing slash (for example, * /cloudfront/test/).

*/ inline UploadServerCertificateRequest& WithPath(const char* value) { SetPath(value); return *this;} /** *

The name for the server certificate. Do not include the path in this value. * The name of the certificate cannot contain any spaces.

This parameter * allows (through its regex pattern) * a string of characters consisting of upper and lowercase alphanumeric characters * with no spaces. You can also include any of the following characters: * _+=,.@-

*/ inline const Aws::String& GetServerCertificateName() const{ return m_serverCertificateName; } /** *

The name for the server certificate. Do not include the path in this value. * The name of the certificate cannot contain any spaces.

This parameter * allows (through its regex pattern) * a string of characters consisting of upper and lowercase alphanumeric characters * with no spaces. You can also include any of the following characters: * _+=,.@-

*/ inline bool ServerCertificateNameHasBeenSet() const { return m_serverCertificateNameHasBeenSet; } /** *

The name for the server certificate. Do not include the path in this value. * The name of the certificate cannot contain any spaces.

This parameter * allows (through its regex pattern) * a string of characters consisting of upper and lowercase alphanumeric characters * with no spaces. You can also include any of the following characters: * _+=,.@-

*/ inline void SetServerCertificateName(const Aws::String& value) { m_serverCertificateNameHasBeenSet = true; m_serverCertificateName = value; } /** *

The name for the server certificate. Do not include the path in this value. * The name of the certificate cannot contain any spaces.

This parameter * allows (through its regex pattern) * a string of characters consisting of upper and lowercase alphanumeric characters * with no spaces. You can also include any of the following characters: * _+=,.@-

*/ inline void SetServerCertificateName(Aws::String&& value) { m_serverCertificateNameHasBeenSet = true; m_serverCertificateName = std::move(value); } /** *

The name for the server certificate. Do not include the path in this value. * The name of the certificate cannot contain any spaces.

This parameter * allows (through its regex pattern) * a string of characters consisting of upper and lowercase alphanumeric characters * with no spaces. You can also include any of the following characters: * _+=,.@-

*/ inline void SetServerCertificateName(const char* value) { m_serverCertificateNameHasBeenSet = true; m_serverCertificateName.assign(value); } /** *

The name for the server certificate. Do not include the path in this value. * The name of the certificate cannot contain any spaces.

This parameter * allows (through its regex pattern) * a string of characters consisting of upper and lowercase alphanumeric characters * with no spaces. You can also include any of the following characters: * _+=,.@-

*/ inline UploadServerCertificateRequest& WithServerCertificateName(const Aws::String& value) { SetServerCertificateName(value); return *this;} /** *

The name for the server certificate. Do not include the path in this value. * The name of the certificate cannot contain any spaces.

This parameter * allows (through its regex pattern) * a string of characters consisting of upper and lowercase alphanumeric characters * with no spaces. You can also include any of the following characters: * _+=,.@-

*/ inline UploadServerCertificateRequest& WithServerCertificateName(Aws::String&& value) { SetServerCertificateName(std::move(value)); return *this;} /** *

The name for the server certificate. Do not include the path in this value. * The name of the certificate cannot contain any spaces.

This parameter * allows (through its regex pattern) * a string of characters consisting of upper and lowercase alphanumeric characters * with no spaces. You can also include any of the following characters: * _+=,.@-

*/ inline UploadServerCertificateRequest& WithServerCertificateName(const char* value) { SetServerCertificateName(value); return *this;} /** *

The contents of the public key certificate in PEM-encoded format.

The * regex pattern used to validate * this parameter is a string of characters consisting of the following:

    *
  • Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline const Aws::String& GetCertificateBody() const{ return m_certificateBody; } /** *

The contents of the public key certificate in PEM-encoded format.

The * regex pattern used to validate * this parameter is a string of characters consisting of the following:

    *
  • Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline bool CertificateBodyHasBeenSet() const { return m_certificateBodyHasBeenSet; } /** *

The contents of the public key certificate in PEM-encoded format.

The * regex pattern used to validate * this parameter is a string of characters consisting of the following:

    *
  • Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetCertificateBody(const Aws::String& value) { m_certificateBodyHasBeenSet = true; m_certificateBody = value; } /** *

The contents of the public key certificate in PEM-encoded format.

The * regex pattern used to validate * this parameter is a string of characters consisting of the following:

    *
  • Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetCertificateBody(Aws::String&& value) { m_certificateBodyHasBeenSet = true; m_certificateBody = std::move(value); } /** *

The contents of the public key certificate in PEM-encoded format.

The * regex pattern used to validate * this parameter is a string of characters consisting of the following:

    *
  • Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetCertificateBody(const char* value) { m_certificateBodyHasBeenSet = true; m_certificateBody.assign(value); } /** *

The contents of the public key certificate in PEM-encoded format.

The * regex pattern used to validate * this parameter is a string of characters consisting of the following:

    *
  • Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline UploadServerCertificateRequest& WithCertificateBody(const Aws::String& value) { SetCertificateBody(value); return *this;} /** *

The contents of the public key certificate in PEM-encoded format.

The * regex pattern used to validate * this parameter is a string of characters consisting of the following:

    *
  • Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline UploadServerCertificateRequest& WithCertificateBody(Aws::String&& value) { SetCertificateBody(std::move(value)); return *this;} /** *

The contents of the public key certificate in PEM-encoded format.

The * regex pattern used to validate * this parameter is a string of characters consisting of the following:

    *
  • Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline UploadServerCertificateRequest& WithCertificateBody(const char* value) { SetCertificateBody(value); return *this;} /** *

The contents of the private key in PEM-encoded format.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline const Aws::String& GetPrivateKey() const{ return m_privateKey; } /** *

The contents of the private key in PEM-encoded format.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline bool PrivateKeyHasBeenSet() const { return m_privateKeyHasBeenSet; } /** *

The contents of the private key in PEM-encoded format.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetPrivateKey(const Aws::String& value) { m_privateKeyHasBeenSet = true; m_privateKey = value; } /** *

The contents of the private key in PEM-encoded format.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetPrivateKey(Aws::String&& value) { m_privateKeyHasBeenSet = true; m_privateKey = std::move(value); } /** *

The contents of the private key in PEM-encoded format.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetPrivateKey(const char* value) { m_privateKeyHasBeenSet = true; m_privateKey.assign(value); } /** *

The contents of the private key in PEM-encoded format.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline UploadServerCertificateRequest& WithPrivateKey(const Aws::String& value) { SetPrivateKey(value); return *this;} /** *

The contents of the private key in PEM-encoded format.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline UploadServerCertificateRequest& WithPrivateKey(Aws::String&& value) { SetPrivateKey(std::move(value)); return *this;} /** *

The contents of the private key in PEM-encoded format.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline UploadServerCertificateRequest& WithPrivateKey(const char* value) { SetPrivateKey(value); return *this;} /** *

The contents of the certificate chain. This is typically a concatenation of * the PEM-encoded public key certificates of the chain.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline const Aws::String& GetCertificateChain() const{ return m_certificateChain; } /** *

The contents of the certificate chain. This is typically a concatenation of * the PEM-encoded public key certificates of the chain.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline bool CertificateChainHasBeenSet() const { return m_certificateChainHasBeenSet; } /** *

The contents of the certificate chain. This is typically a concatenation of * the PEM-encoded public key certificates of the chain.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetCertificateChain(const Aws::String& value) { m_certificateChainHasBeenSet = true; m_certificateChain = value; } /** *

The contents of the certificate chain. This is typically a concatenation of * the PEM-encoded public key certificates of the chain.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetCertificateChain(Aws::String&& value) { m_certificateChainHasBeenSet = true; m_certificateChain = std::move(value); } /** *

The contents of the certificate chain. This is typically a concatenation of * the PEM-encoded public key certificates of the chain.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetCertificateChain(const char* value) { m_certificateChainHasBeenSet = true; m_certificateChain.assign(value); } /** *

The contents of the certificate chain. This is typically a concatenation of * the PEM-encoded public key certificates of the chain.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline UploadServerCertificateRequest& WithCertificateChain(const Aws::String& value) { SetCertificateChain(value); return *this;} /** *

The contents of the certificate chain. This is typically a concatenation of * the PEM-encoded public key certificates of the chain.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline UploadServerCertificateRequest& WithCertificateChain(Aws::String&& value) { SetCertificateChain(std::move(value)); return *this;} /** *

The contents of the certificate chain. This is typically a concatenation of * the PEM-encoded public key certificates of the chain.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline UploadServerCertificateRequest& WithCertificateChain(const char* value) { SetCertificateChain(value); return *this;} /** *

A list of tags that you want to attach to the new IAM server certificate * resource. Each tag consists of a key name and an associated value. For more * information about tagging, see Tagging IAM * resources in the IAM User Guide.

If any one of the tags * is invalid or if you exceed the allowed maximum number of tags, then the entire * request fails and the resource is not created.

*/ inline const Aws::Vector& GetTags() const{ return m_tags; } /** *

A list of tags that you want to attach to the new IAM server certificate * resource. Each tag consists of a key name and an associated value. For more * information about tagging, see Tagging IAM * resources in the IAM User Guide.

If any one of the tags * is invalid or if you exceed the allowed maximum number of tags, then the entire * request fails and the resource is not created.

*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *

A list of tags that you want to attach to the new IAM server certificate * resource. Each tag consists of a key name and an associated value. For more * information about tagging, see Tagging IAM * resources in the IAM User Guide.

If any one of the tags * is invalid or if you exceed the allowed maximum number of tags, then the entire * request fails and the resource is not created.

*/ inline void SetTags(const Aws::Vector& value) { m_tagsHasBeenSet = true; m_tags = value; } /** *

A list of tags that you want to attach to the new IAM server certificate * resource. Each tag consists of a key name and an associated value. For more * information about tagging, see Tagging IAM * resources in the IAM User Guide.

If any one of the tags * is invalid or if you exceed the allowed maximum number of tags, then the entire * request fails and the resource is not created.

*/ inline void SetTags(Aws::Vector&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } /** *

A list of tags that you want to attach to the new IAM server certificate * resource. Each tag consists of a key name and an associated value. For more * information about tagging, see Tagging IAM * resources in the IAM User Guide.

If any one of the tags * is invalid or if you exceed the allowed maximum number of tags, then the entire * request fails and the resource is not created.

*/ inline UploadServerCertificateRequest& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} /** *

A list of tags that you want to attach to the new IAM server certificate * resource. Each tag consists of a key name and an associated value. For more * information about tagging, see Tagging IAM * resources in the IAM User Guide.

If any one of the tags * is invalid or if you exceed the allowed maximum number of tags, then the entire * request fails and the resource is not created.

*/ inline UploadServerCertificateRequest& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} /** *

A list of tags that you want to attach to the new IAM server certificate * resource. Each tag consists of a key name and an associated value. For more * information about tagging, see Tagging IAM * resources in the IAM User Guide.

If any one of the tags * is invalid or if you exceed the allowed maximum number of tags, then the entire * request fails and the resource is not created.

*/ inline UploadServerCertificateRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *

A list of tags that you want to attach to the new IAM server certificate * resource. Each tag consists of a key name and an associated value. For more * information about tagging, see Tagging IAM * resources in the IAM User Guide.

If any one of the tags * is invalid or if you exceed the allowed maximum number of tags, then the entire * request fails and the resource is not created.

*/ inline UploadServerCertificateRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_path; bool m_pathHasBeenSet = false; Aws::String m_serverCertificateName; bool m_serverCertificateNameHasBeenSet = false; Aws::String m_certificateBody; bool m_certificateBodyHasBeenSet = false; Aws::String m_privateKey; bool m_privateKeyHasBeenSet = false; Aws::String m_certificateChain; bool m_certificateChainHasBeenSet = false; Aws::Vector m_tags; bool m_tagsHasBeenSet = false; }; } // namespace Model } // namespace IAM } // namespace Aws