7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename DescriptionT = Aws::String>
45 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
46 template<
typename DescriptionT = Aws::String>
56 template<
typename RegistryNameT = Aws::String>
57 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
58 template<
typename RegistryNameT = Aws::String>
64 bool m_descriptionHasBeenSet =
false;
67 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