7#include <aws/dlm/DLM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetEncrypted(
bool value) { m_encryptedHasBeenSet =
true; m_encrypted = value; }
65 inline void SetCmkArn(
const char* value) { m_cmkArnHasBeenSet =
true; m_cmkArn.assign(value); }
73 bool m_encryptedHasBeenSet =
false;
76 bool m_cmkArnHasBeenSet =
false;
bool CmkArnHasBeenSet() const
bool EncryptedHasBeenSet() const
bool GetEncrypted() const
void SetEncrypted(bool value)
EncryptionConfiguration & WithCmkArn(const char *value)
EncryptionConfiguration & WithEncrypted(bool value)
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCmkArn() const
EncryptionConfiguration & WithCmkArn(const Aws::String &value)
void SetCmkArn(const char *value)
AWS_DLM_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_DLM_API EncryptionConfiguration()
AWS_DLM_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionConfiguration & WithCmkArn(Aws::String &&value)
void SetCmkArn(const Aws::String &value)
void SetCmkArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue