7#include <aws/aiops/AIOps_EXPORTS.h>
8#include <aws/aiops/model/EncryptionConfigurationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
60 template<
typename KmsKeyIdT = Aws::String>
61 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
62 template<
typename KmsKeyIdT = Aws::String>
68 bool m_typeHasBeenSet =
false;
71 bool m_kmsKeyIdHasBeenSet =
false;
EncryptionConfiguration & WithType(EncryptionConfigurationType value)
AWS_AIOPS_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionConfigurationType GetType() const
EncryptionConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetKmsKeyId() const
AWS_AIOPS_API EncryptionConfiguration()=default
bool KmsKeyIdHasBeenSet() const
AWS_AIOPS_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(KmsKeyIdT &&value)
void SetType(EncryptionConfigurationType value)
bool TypeHasBeenSet() const
AWS_AIOPS_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
EncryptionConfigurationType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue