7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/Array.h>
23namespace DatabaseMigrationService
53 inline void SetCertificateIdentifier(
const char* value) { m_certificateIdentifierHasBeenSet =
true; m_certificateIdentifier.assign(value); }
80 inline void SetCertificatePem(
const char* value) { m_certificatePemHasBeenSet =
true; m_certificatePem.assign(value); }
107 inline void SetCertificateArn(
const char* value) { m_certificateArnHasBeenSet =
true; m_certificateArn.assign(value); }
121 inline void SetCertificateOwner(
const char* value) { m_certificateOwnerHasBeenSet =
true; m_certificateOwner.assign(value); }
159 inline void SetSigningAlgorithm(
const char* value) { m_signingAlgorithmHasBeenSet =
true; m_signingAlgorithm.assign(value); }
171 inline void SetKeyLength(
int value) { m_keyLengthHasBeenSet =
true; m_keyLength = value; }
177 bool m_certificateIdentifierHasBeenSet =
false;
180 bool m_certificateCreationDateHasBeenSet =
false;
183 bool m_certificatePemHasBeenSet =
false;
186 bool m_certificateWalletHasBeenSet =
false;
189 bool m_certificateArnHasBeenSet =
false;
192 bool m_certificateOwnerHasBeenSet =
false;
195 bool m_validFromDateHasBeenSet =
false;
198 bool m_validToDateHasBeenSet =
false;
201 bool m_signingAlgorithmHasBeenSet =
false;
204 bool m_keyLengthHasBeenSet =
false;
bool CertificateCreationDateHasBeenSet() const
Certificate & WithValidToDate(Aws::Utils::DateTime &&value)
void SetCertificateIdentifier(Aws::String &&value)
Certificate & WithCertificateOwner(Aws::String &&value)
const Aws::String & GetCertificateOwner() const
void SetValidFromDate(Aws::Utils::DateTime &&value)
Certificate & WithCertificateWallet(Aws::Utils::ByteBuffer &&value)
Certificate & WithValidFromDate(const Aws::Utils::DateTime &value)
const Aws::String & GetCertificatePem() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Certificate & WithCertificateArn(Aws::String &&value)
bool CertificatePemHasBeenSet() const
Certificate & WithCertificateArn(const Aws::String &value)
Certificate & WithCertificateWallet(const Aws::Utils::ByteBuffer &value)
bool CertificateOwnerHasBeenSet() const
void SetValidToDate(const Aws::Utils::DateTime &value)
Certificate & WithSigningAlgorithm(Aws::String &&value)
void SetCertificateWallet(Aws::Utils::ByteBuffer &&value)
bool CertificateArnHasBeenSet() const
bool KeyLengthHasBeenSet() const
Certificate & WithCertificateIdentifier(Aws::String &&value)
bool ValidFromDateHasBeenSet() const
const Aws::Utils::ByteBuffer & GetCertificateWallet() const
bool ValidToDateHasBeenSet() const
void SetCertificateOwner(Aws::String &&value)
void SetCertificatePem(const Aws::String &value)
const Aws::String & GetCertificateArn() const
bool SigningAlgorithmHasBeenSet() const
void SetCertificateCreationDate(const Aws::Utils::DateTime &value)
Certificate & WithCertificateCreationDate(const Aws::Utils::DateTime &value)
Certificate & WithValidToDate(const Aws::Utils::DateTime &value)
Certificate & WithKeyLength(int value)
void SetValidToDate(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetValidToDate() const
const Aws::Utils::DateTime & GetValidFromDate() const
AWS_DATABASEMIGRATIONSERVICE_API Certificate(Aws::Utils::Json::JsonView jsonValue)
void SetCertificateArn(const Aws::String &value)
void SetCertificateIdentifier(const Aws::String &value)
Certificate & WithCertificatePem(Aws::String &&value)
bool CertificateWalletHasBeenSet() const
Certificate & WithValidFromDate(Aws::Utils::DateTime &&value)
void SetCertificateArn(const char *value)
Certificate & WithSigningAlgorithm(const Aws::String &value)
Certificate & WithCertificateArn(const char *value)
const Aws::String & GetCertificateIdentifier() const
Certificate & WithCertificatePem(const Aws::String &value)
void SetSigningAlgorithm(const char *value)
void SetCertificatePem(Aws::String &&value)
AWS_DATABASEMIGRATIONSERVICE_API Certificate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSigningAlgorithm(Aws::String &&value)
Certificate & WithCertificateIdentifier(const Aws::String &value)
Certificate & WithSigningAlgorithm(const char *value)
void SetCertificatePem(const char *value)
const Aws::Utils::DateTime & GetCertificateCreationDate() const
void SetCertificateOwner(const Aws::String &value)
void SetSigningAlgorithm(const Aws::String &value)
Certificate & WithCertificateCreationDate(Aws::Utils::DateTime &&value)
void SetValidFromDate(const Aws::Utils::DateTime &value)
void SetCertificateOwner(const char *value)
void SetKeyLength(int value)
Certificate & WithCertificateOwner(const char *value)
Certificate & WithCertificatePem(const char *value)
Certificate & WithCertificateIdentifier(const char *value)
void SetCertificateWallet(const Aws::Utils::ByteBuffer &value)
void SetCertificateArn(Aws::String &&value)
const Aws::String & GetSigningAlgorithm() const
AWS_DATABASEMIGRATIONSERVICE_API Certificate()
bool CertificateIdentifierHasBeenSet() const
Certificate & WithCertificateOwner(const Aws::String &value)
void SetCertificateIdentifier(const char *value)
void SetCertificateCreationDate(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue