7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/keyspaces/Keyspaces_EXPORTS.h>
9#include <aws/keyspaces/model/EncryptionType.h>
65 m_typeHasBeenSet =
true;
81 template <
typename KmsKeyIdentifierT = Aws::String>
83 m_kmsKeyIdentifierHasBeenSet =
true;
84 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
86 template <
typename KmsKeyIdentifierT = Aws::String>
96 bool m_typeHasBeenSet =
false;
97 bool m_kmsKeyIdentifierHasBeenSet =
false;
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
AWS_KEYSPACES_API EncryptionSpecification(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKeyIdentifier() const
AWS_KEYSPACES_API EncryptionSpecification()=default
AWS_KEYSPACES_API EncryptionSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionSpecification & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
EncryptionSpecification & WithType(EncryptionType value)
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionType GetType() const
bool KmsKeyIdentifierHasBeenSet() const
void SetType(EncryptionType value)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue