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>
13#include <aws/core/utils/UUID.h>
17namespace ServiceCatalog
47 template<
typename AcceptLanguageT = Aws::String>
48 void SetAcceptLanguage(AcceptLanguageT&& value) { m_acceptLanguageHasBeenSet =
true; m_acceptLanguage = std::forward<AcceptLanguageT>(value); }
49 template<
typename AcceptLanguageT = Aws::String>
59 template<
typename DisplayNameT = Aws::String>
60 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
61 template<
typename DisplayNameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
83 template<
typename Prov
iderNameT = Aws::String>
84 void SetProviderName(ProviderNameT&& value) { m_providerNameHasBeenSet =
true; m_providerName = std::forward<ProviderNameT>(value); }
85 template<
typename Prov
iderNameT = Aws::String>
95 template<
typename TagsT = Aws::Vector<Tag>>
96 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
97 template<
typename TagsT = Aws::Vector<Tag>>
99 template<
typename TagsT = Tag>
111 template<
typename IdempotencyTokenT = Aws::String>
112 void SetIdempotencyToken(IdempotencyTokenT&& value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken = std::forward<IdempotencyTokenT>(value); }
113 template<
typename IdempotencyTokenT = Aws::String>
119 bool m_acceptLanguageHasBeenSet =
false;
122 bool m_displayNameHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 bool m_providerNameHasBeenSet =
false;
131 bool m_tagsHasBeenSet =
false;
134 bool m_idempotencyTokenHasBeenSet =
true;
bool ProviderNameHasBeenSet() const
CreatePortfolioRequest & WithTags(TagsT &&value)
void SetProviderName(ProviderNameT &&value)
const Aws::String & GetAcceptLanguage() const
CreatePortfolioRequest & WithIdempotencyToken(IdempotencyTokenT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetIdempotencyToken() const
AWS_SERVICECATALOG_API Aws::String SerializePayload() const override
AWS_SERVICECATALOG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreatePortfolioRequest & WithDisplayName(DisplayNameT &&value)
void SetTags(TagsT &&value)
void SetDisplayName(DisplayNameT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDisplayName() const
CreatePortfolioRequest & WithAcceptLanguage(AcceptLanguageT &&value)
CreatePortfolioRequest & WithProviderName(ProviderNameT &&value)
void SetAcceptLanguage(AcceptLanguageT &&value)
CreatePortfolioRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetProviderName() const
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_SERVICECATALOG_API CreatePortfolioRequest()=default
bool IdempotencyTokenHasBeenSet() const
void SetIdempotencyToken(IdempotencyTokenT &&value)
bool AcceptLanguageHasBeenSet() const
CreatePortfolioRequest & AddTags(TagsT &&value)
bool DisplayNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
static Aws::Utils::UUID PseudoRandomUUID()
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