7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
63 inline void SetUseAwsOwnedKey(
bool value) { m_useAwsOwnedKeyHasBeenSet =
true; m_useAwsOwnedKey = value; }
69 bool m_kmsKeyIdHasBeenSet =
false;
71 bool m_useAwsOwnedKey;
72 bool m_useAwsOwnedKeyHasBeenSet =
false;
void SetKmsKeyId(const Aws::String &value)
bool UseAwsOwnedKeyHasBeenSet() const
const Aws::String & GetKmsKeyId() const
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MQ_API EncryptionOptions(Aws::Utils::Json::JsonView jsonValue)
EncryptionOptions & WithUseAwsOwnedKey(bool value)
bool GetUseAwsOwnedKey() const
AWS_MQ_API EncryptionOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUseAwsOwnedKey(bool value)
void SetKmsKeyId(const char *value)
EncryptionOptions & WithKmsKeyId(const char *value)
void SetKmsKeyId(Aws::String &&value)
bool KmsKeyIdHasBeenSet() const
EncryptionOptions & WithKmsKeyId(const Aws::String &value)
EncryptionOptions & WithKmsKeyId(Aws::String &&value)
AWS_MQ_API EncryptionOptions()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue