7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/observabilityadmin/ObservabilityAdmin_EXPORTS.h>
9#include <aws/observabilityadmin/model/SSEAlgorithm.h>
20namespace ObservabilityAdmin {
44 m_sseAlgorithmHasBeenSet =
true;
45 m_sseAlgorithm = value;
60 template <
typename KmsKeyArnT = Aws::String>
62 m_kmsKeyArnHasBeenSet =
true;
63 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
65 template <
typename KmsKeyArnT = Aws::String>
75 bool m_sseAlgorithmHasBeenSet =
false;
76 bool m_kmsKeyArnHasBeenSet =
false;
const Aws::String & GetKmsKeyArn() const
AWS_OBSERVABILITYADMIN_API Encryption()=default
AWS_OBSERVABILITYADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OBSERVABILITYADMIN_API Encryption & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyArn(KmsKeyArnT &&value)
SSEAlgorithm GetSseAlgorithm() const
Encryption & WithKmsKeyArn(KmsKeyArnT &&value)
Encryption & WithSseAlgorithm(SSEAlgorithm value)
bool SseAlgorithmHasBeenSet() const
AWS_OBSERVABILITYADMIN_API Encryption(Aws::Utils::Json::JsonView jsonValue)
void SetSseAlgorithm(SSEAlgorithm value)
bool KmsKeyArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue