7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename KeyIdT = Aws::String>
44 m_keyIdHasBeenSet =
true;
45 m_keyId = std::forward<KeyIdT>(value);
47 template <
typename KeyIdT = Aws::String>
49 SetKeyId(std::forward<KeyIdT>(value));
63 template <
typename StatusT = Aws::String>
65 m_statusHasBeenSet =
true;
66 m_status = std::forward<StatusT>(value);
68 template <
typename StatusT = Aws::String>
82 template <
typename TypeT = Aws::String>
84 m_typeHasBeenSet =
true;
85 m_type = std::forward<TypeT>(value);
87 template <
typename TypeT = Aws::String>
89 SetType(std::forward<TypeT>(value));
99 bool m_keyIdHasBeenSet =
false;
100 bool m_statusHasBeenSet =
false;
101 bool m_typeHasBeenSet =
false;
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsXrayEncryptionConfigDetails(Aws::Utils::Json::JsonView jsonValue)
void SetKeyId(KeyIdT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetStatus() const
AWS_SECURITYHUB_API AwsXrayEncryptionConfigDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(StatusT &&value)
void SetType(TypeT &&value)
AwsXrayEncryptionConfigDetails & WithStatus(StatusT &&value)
AwsXrayEncryptionConfigDetails & WithKeyId(KeyIdT &&value)
const Aws::String & GetKeyId() const
AwsXrayEncryptionConfigDetails & WithType(TypeT &&value)
const Aws::String & GetType() const
bool KeyIdHasBeenSet() const
bool StatusHasBeenSet() const
AWS_SECURITYHUB_API AwsXrayEncryptionConfigDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue