7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/schemas/Schemas_EXPORTS.h>
40 template <
typename DescriptionT = Aws::String>
42 m_descriptionHasBeenSet =
true;
43 m_description = std::forward<DescriptionT>(value);
45 template <
typename DescriptionT = Aws::String>
58 template <
typename RegistryNameT = Aws::String>
60 m_registryNameHasBeenSet =
true;
61 m_registryName = std::forward<RegistryNameT>(value);
63 template <
typename RegistryNameT = Aws::String>
73 bool m_descriptionHasBeenSet =
false;
74 bool m_registryNameHasBeenSet =
false;
UpdateRegistryRequest & WithRegistryName(RegistryNameT &&value)
bool RegistryNameHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetRegistryName(RegistryNameT &&value)
AWS_SCHEMAS_API UpdateRegistryRequest()=default
AWS_SCHEMAS_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
UpdateRegistryRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRegistryName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String