7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dlm/DLM_EXPORTS.h>
46 m_encryptedHasBeenSet =
true;
63 template <
typename CmkArnT = Aws::String>
65 m_cmkArnHasBeenSet =
true;
66 m_cmkArn = std::forward<CmkArnT>(value);
68 template <
typename CmkArnT = Aws::String>
75 bool m_encrypted{
false};
78 bool m_encryptedHasBeenSet =
false;
79 bool m_cmkArnHasBeenSet =
false;
bool CmkArnHasBeenSet() const
bool EncryptedHasBeenSet() const
AWS_DLM_API EncryptionConfiguration()=default
bool GetEncrypted() const
void SetEncrypted(bool value)
EncryptionConfiguration & WithEncrypted(bool value)
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCmkArn() const
AWS_DLM_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_DLM_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionConfiguration & WithCmkArn(CmkArnT &&value)
void SetCmkArn(CmkArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue