7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename KeyIdT = Aws::String>
49 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
50 template<
typename KeyIdT = Aws::String>
63 template<
typename StatusT = Aws::String>
64 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
65 template<
typename StatusT = Aws::String>
76 template<
typename TypeT = Aws::String>
77 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
78 template<
typename TypeT = Aws::String>
84 bool m_keyIdHasBeenSet =
false;
87 bool m_statusHasBeenSet =
false;
90 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