/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The identifier to be assigned to the new HSM client certificate that the * cluster will use to connect to the HSM to use the database encryption keys.
*/ inline const Aws::String& GetHsmClientCertificateIdentifier() const{ return m_hsmClientCertificateIdentifier; } /** *The identifier to be assigned to the new HSM client certificate that the * cluster will use to connect to the HSM to use the database encryption keys.
*/ inline bool HsmClientCertificateIdentifierHasBeenSet() const { return m_hsmClientCertificateIdentifierHasBeenSet; } /** *The identifier to be assigned to the new HSM client certificate that the * cluster will use to connect to the HSM to use the database encryption keys.
*/ inline void SetHsmClientCertificateIdentifier(const Aws::String& value) { m_hsmClientCertificateIdentifierHasBeenSet = true; m_hsmClientCertificateIdentifier = value; } /** *The identifier to be assigned to the new HSM client certificate that the * cluster will use to connect to the HSM to use the database encryption keys.
*/ inline void SetHsmClientCertificateIdentifier(Aws::String&& value) { m_hsmClientCertificateIdentifierHasBeenSet = true; m_hsmClientCertificateIdentifier = std::move(value); } /** *The identifier to be assigned to the new HSM client certificate that the * cluster will use to connect to the HSM to use the database encryption keys.
*/ inline void SetHsmClientCertificateIdentifier(const char* value) { m_hsmClientCertificateIdentifierHasBeenSet = true; m_hsmClientCertificateIdentifier.assign(value); } /** *The identifier to be assigned to the new HSM client certificate that the * cluster will use to connect to the HSM to use the database encryption keys.
*/ inline CreateHsmClientCertificateRequest& WithHsmClientCertificateIdentifier(const Aws::String& value) { SetHsmClientCertificateIdentifier(value); return *this;} /** *The identifier to be assigned to the new HSM client certificate that the * cluster will use to connect to the HSM to use the database encryption keys.
*/ inline CreateHsmClientCertificateRequest& WithHsmClientCertificateIdentifier(Aws::String&& value) { SetHsmClientCertificateIdentifier(std::move(value)); return *this;} /** *The identifier to be assigned to the new HSM client certificate that the * cluster will use to connect to the HSM to use the database encryption keys.
*/ inline CreateHsmClientCertificateRequest& WithHsmClientCertificateIdentifier(const char* value) { SetHsmClientCertificateIdentifier(value); return *this;} /** *A list of tag instances.
*/ inline const Aws::VectorA list of tag instances.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *A list of tag instances.
*/ inline void SetTags(const Aws::VectorA list of tag instances.
*/ inline void SetTags(Aws::VectorA list of tag instances.
*/ inline CreateHsmClientCertificateRequest& WithTags(const Aws::VectorA list of tag instances.
*/ inline CreateHsmClientCertificateRequest& WithTags(Aws::VectorA list of tag instances.
*/ inline CreateHsmClientCertificateRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *A list of tag instances.
*/ inline CreateHsmClientCertificateRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_hsmClientCertificateIdentifier; bool m_hsmClientCertificateIdentifierHasBeenSet = false; Aws::Vector