7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
58 bool m_kmsKeyArnHasBeenSet =
false;
EncryptionAtRestOptions & WithKmsKeyArn(const Aws::String &value)
AWS_OSIS_API EncryptionAtRestOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionAtRestOptions & WithKmsKeyArn(Aws::String &&value)
void SetKmsKeyArn(Aws::String &&value)
bool KmsKeyArnHasBeenSet() const
void SetKmsKeyArn(const char *value)
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionAtRestOptions & WithKmsKeyArn(const char *value)
const Aws::String & GetKmsKeyArn() const
void SetKmsKeyArn(const Aws::String &value)
AWS_OSIS_API EncryptionAtRestOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_OSIS_API EncryptionAtRestOptions()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue