7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
45 template<
typename DescriptionT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
72 template<
typename SpecT = Aws::String>
73 void SetSpec(SpecT&& value) { m_specHasBeenSet =
true; m_spec = std::forward<SpecT>(value); }
74 template<
typename SpecT = Aws::String>
80 bool m_descriptionHasBeenSet =
false;
83 bool m_nameHasBeenSet =
false;
86 bool m_specHasBeenSet =
false;
UpdateServiceRequest & WithName(NameT &&value)
bool SpecHasBeenSet() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetName() const
UpdateServiceRequest & WithSpec(SpecT &&value)
AWS_PROTON_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
void SetSpec(SpecT &&value)
AWS_PROTON_API UpdateServiceRequest()=default
void SetDescription(DescriptionT &&value)
UpdateServiceRequest & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
const Aws::String & GetSpec() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String