7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dms/DatabaseMigrationServiceRequest.h>
11#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
12#include <aws/dms/model/Tag.h>
17namespace DatabaseMigrationService {
44 template <
typename CertificateIdentifierT = Aws::String>
46 m_certificateIdentifierHasBeenSet =
true;
47 m_certificateIdentifier = std::forward<CertificateIdentifierT>(value);
49 template <
typename CertificateIdentifierT = Aws::String>
63 template <
typename CertificatePemT = Aws::String>
65 m_certificatePemHasBeenSet =
true;
66 m_certificatePem = std::forward<CertificatePemT>(value);
68 template <
typename CertificatePemT = Aws::String>
84 template <
typename CertificateWalletT = Aws::Utils::ByteBuffer>
86 m_certificateWalletHasBeenSet =
true;
87 m_certificateWallet = std::forward<CertificateWalletT>(value);
89 template <
typename CertificateWalletT = Aws::Utils::ByteBuffer>
102 template <
typename TagsT = Aws::Vector<Tag>>
104 m_tagsHasBeenSet =
true;
105 m_tags = std::forward<TagsT>(value);
107 template <
typename TagsT = Aws::Vector<Tag>>
109 SetTags(std::forward<TagsT>(value));
112 template <
typename TagsT = Tag>
114 m_tagsHasBeenSet =
true;
115 m_tags.emplace_back(std::forward<TagsT>(value));
130 template <
typename KmsKeyIdT = Aws::String>
132 m_kmsKeyIdHasBeenSet =
true;
133 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
135 template <
typename KmsKeyIdT = Aws::String>
151 bool m_certificateIdentifierHasBeenSet =
false;
152 bool m_certificatePemHasBeenSet =
false;
153 bool m_certificateWalletHasBeenSet =
false;
154 bool m_tagsHasBeenSet =
false;
155 bool m_kmsKeyIdHasBeenSet =
false;
bool CertificatePemHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetKmsKeyId() const
ImportCertificateRequest & WithTags(TagsT &&value)
ImportCertificateRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
ImportCertificateRequest & WithKmsKeyId(KmsKeyIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetCertificateWallet(CertificateWalletT &&value)
const Aws::String & GetCertificatePem() const
ImportCertificateRequest & WithCertificatePem(CertificatePemT &&value)
bool CertificateIdentifierHasBeenSet() const
const Aws::String & GetCertificateIdentifier() const
ImportCertificateRequest & WithCertificateWallet(CertificateWalletT &&value)
bool KmsKeyIdHasBeenSet() const
void SetCertificatePem(CertificatePemT &&value)
void SetCertificateIdentifier(CertificateIdentifierT &&value)
const Aws::Utils::ByteBuffer & GetCertificateWallet() const
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
bool CertificateWalletHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API ImportCertificateRequest()=default
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
ImportCertificateRequest & WithCertificateIdentifier(CertificateIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector