7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/keyspaces/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
81 template<
typename KmsKeyIdentifierT = Aws::String>
82 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
83 template<
typename KmsKeyIdentifierT = Aws::String>
89 bool m_typeHasBeenSet =
false;
92 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