7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
19namespace ElasticsearchService {
41 m_enabledHasBeenSet =
true;
56 template <
typename KmsKeyIdT = Aws::String>
58 m_kmsKeyIdHasBeenSet =
true;
59 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
61 template <
typename KmsKeyIdT = Aws::String>
68 bool m_enabled{
false};
71 bool m_enabledHasBeenSet =
false;
72 bool m_kmsKeyIdHasBeenSet =
false;
EncryptionAtRestOptions & WithEnabled(bool value)
bool EnabledHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
EncryptionAtRestOptions & WithKmsKeyId(KmsKeyIdT &&value)
AWS_ELASTICSEARCHSERVICE_API EncryptionAtRestOptions()=default
bool KmsKeyIdHasBeenSet() const
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ELASTICSEARCHSERVICE_API EncryptionAtRestOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKeyId() const
void SetEnabled(bool value)
AWS_ELASTICSEARCHSERVICE_API EncryptionAtRestOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue