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