7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename DescriptionT = Aws::String>
50 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
51 template<
typename DescriptionT = Aws::String>
61 template<
typename RegistryArnT = Aws::String>
62 void SetRegistryArn(RegistryArnT&& value) { m_registryArnHasBeenSet =
true; m_registryArn = std::forward<RegistryArnT>(value); }
63 template<
typename RegistryArnT = Aws::String>
73 template<
typename RegistryNameT = Aws::String>
74 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
75 template<
typename RegistryNameT = Aws::String>
81 bool m_descriptionHasBeenSet =
false;
84 bool m_registryArnHasBeenSet =
false;
87 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