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; }
63 template<
typename CmkArnT = Aws::String>
64 void SetCmkArn(CmkArnT&& value) { m_cmkArnHasBeenSet =
true; m_cmkArn = std::forward<CmkArnT>(value); }
65 template<
typename CmkArnT = Aws::String>
70 bool m_encrypted{
false};
71 bool m_encryptedHasBeenSet =
false;
74 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