7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/servicecatalog/ServiceCatalogRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/servicecatalog/model/Tag.h>
16namespace ServiceCatalog
46 template<
typename AcceptLanguageT = Aws::String>
47 void SetAcceptLanguage(AcceptLanguageT&& value) { m_acceptLanguageHasBeenSet =
true; m_acceptLanguage = std::forward<AcceptLanguageT>(value); }
48 template<
typename AcceptLanguageT = Aws::String>
58 template<
typename IdT = Aws::String>
59 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
60 template<
typename IdT = Aws::String>
70 template<
typename DisplayNameT = Aws::String>
71 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
72 template<
typename DisplayNameT = Aws::String>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
94 template<
typename Prov
iderNameT = Aws::String>
95 void SetProviderName(ProviderNameT&& value) { m_providerNameHasBeenSet =
true; m_providerName = std::forward<ProviderNameT>(value); }
96 template<
typename Prov
iderNameT = Aws::String>
106 template<
typename AddTagsT = Aws::Vector<Tag>>
107 void SetAddTags(AddTagsT&& value) { m_addTagsHasBeenSet =
true; m_addTags = std::forward<AddTagsT>(value); }
108 template<
typename AddTagsT = Aws::Vector<Tag>>
110 template<
typename AddTagsT = Tag>
120 template<
typename RemoveTagsT = Aws::Vector<Aws::String>>
121 void SetRemoveTags(RemoveTagsT&& value) { m_removeTagsHasBeenSet =
true; m_removeTags = std::forward<RemoveTagsT>(value); }
122 template<
typename RemoveTagsT = Aws::Vector<Aws::String>>
124 template<
typename RemoveTagsT = Aws::String>
130 bool m_acceptLanguageHasBeenSet =
false;
133 bool m_idHasBeenSet =
false;
136 bool m_displayNameHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_providerNameHasBeenSet =
false;
145 bool m_addTagsHasBeenSet =
false;
148 bool m_removeTagsHasBeenSet =
false;
bool AddTagsHasBeenSet() const
bool AcceptLanguageHasBeenSet() const
UpdatePortfolioRequest & WithAddTags(AddTagsT &&value)
UpdatePortfolioRequest & AddAddTags(AddTagsT &&value)
AWS_SERVICECATALOG_API UpdatePortfolioRequest()=default
void SetAddTags(AddTagsT &&value)
AWS_SERVICECATALOG_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
UpdatePortfolioRequest & WithDisplayName(DisplayNameT &&value)
bool RemoveTagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool IdHasBeenSet() const
void SetProviderName(ProviderNameT &&value)
UpdatePortfolioRequest & WithProviderName(ProviderNameT &&value)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetDisplayName() const
UpdatePortfolioRequest & AddRemoveTags(RemoveTagsT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetId() const
UpdatePortfolioRequest & WithAcceptLanguage(AcceptLanguageT &&value)
AWS_SERVICECATALOG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetRemoveTags() const
const Aws::String & GetDescription() const
bool DisplayNameHasBeenSet() const
const Aws::String & GetAcceptLanguage() const
void SetRemoveTags(RemoveTagsT &&value)
UpdatePortfolioRequest & WithDescription(DescriptionT &&value)
const Aws::Vector< Tag > & GetAddTags() const
UpdatePortfolioRequest & WithRemoveTags(RemoveTagsT &&value)
bool ProviderNameHasBeenSet() const
void SetAcceptLanguage(AcceptLanguageT &&value)
const Aws::String & GetProviderName() const
UpdatePortfolioRequest & WithId(IdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector