7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
43 template <
typename DescriptionT = Aws::String>
45 m_descriptionHasBeenSet =
true;
46 m_description = std::forward<DescriptionT>(value);
48 template <
typename DescriptionT = Aws::String>
61 template <
typename RegistryArnT = Aws::String>
63 m_registryArnHasBeenSet =
true;
64 m_registryArn = std::forward<RegistryArnT>(value);
66 template <
typename RegistryArnT = Aws::String>
79 template <
typename RegistryNameT = Aws::String>
81 m_registryNameHasBeenSet =
true;
82 m_registryName = std::forward<RegistryNameT>(value);
84 template <
typename RegistryNameT = Aws::String>
96 bool m_descriptionHasBeenSet =
false;
97 bool m_registryArnHasBeenSet =
false;
98 bool m_registryNameHasBeenSet =
false;
AwsEventSchemasRegistryDetails & WithDescription(DescriptionT &&value)
const Aws::String & GetRegistryName() const
AwsEventSchemasRegistryDetails & WithRegistryArn(RegistryArnT &&value)
AWS_SECURITYHUB_API AwsEventSchemasRegistryDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
AWS_SECURITYHUB_API AwsEventSchemasRegistryDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RegistryArnHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
bool RegistryNameHasBeenSet() const
const Aws::String & GetRegistryArn() const
AwsEventSchemasRegistryDetails & WithRegistryName(RegistryNameT &&value)
AWS_SECURITYHUB_API AwsEventSchemasRegistryDetails()=default
void SetRegistryName(RegistryNameT &&value)
void SetRegistryArn(RegistryArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue