7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/servicecatalog/ServiceCatalogRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ServiceCatalog
44 template<
typename AcceptLanguageT = Aws::String>
45 void SetAcceptLanguage(AcceptLanguageT&& value) { m_acceptLanguageHasBeenSet =
true; m_acceptLanguage = std::forward<AcceptLanguageT>(value); }
46 template<
typename AcceptLanguageT = Aws::String>
56 template<
typename IdT = Aws::String>
57 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
58 template<
typename IdT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
113 template<
typename ParametersT = Aws::String>
114 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
115 template<
typename ParametersT = Aws::String>
121 bool m_acceptLanguageHasBeenSet =
false;
124 bool m_idHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
130 bool m_parametersHasBeenSet =
false;
void SetAcceptLanguage(AcceptLanguageT &&value)
bool ParametersHasBeenSet() const
AWS_SERVICECATALOG_API Aws::String SerializePayload() const override
const Aws::String & GetId() const
bool IdHasBeenSet() const
UpdateConstraintRequest & WithDescription(DescriptionT &&value)
UpdateConstraintRequest & WithId(IdT &&value)
const Aws::String & GetParameters() const
UpdateConstraintRequest & WithParameters(ParametersT &&value)
UpdateConstraintRequest & WithAcceptLanguage(AcceptLanguageT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetParameters(ParametersT &&value)
virtual const char * GetServiceRequestName() const override
bool AcceptLanguageHasBeenSet() const
AWS_SERVICECATALOG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDescription() const
const Aws::String & GetAcceptLanguage() const
AWS_SERVICECATALOG_API UpdateConstraintRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String