7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
11#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
12#include <aws/partnercentral-selling/model/EngagementContextDetails.h>
17namespace PartnerCentralSelling {
45 template <
typename CatalogT = Aws::String>
47 m_catalogHasBeenSet =
true;
48 m_catalog = std::forward<CatalogT>(value);
50 template <
typename CatalogT = Aws::String>
65 template <
typename ClientTokenT = Aws::String>
67 m_clientTokenHasBeenSet =
true;
68 m_clientToken = std::forward<ClientTokenT>(value);
70 template <
typename ClientTokenT = Aws::String>
83 template <
typename TitleT = Aws::String>
85 m_titleHasBeenSet =
true;
86 m_title = std::forward<TitleT>(value);
88 template <
typename TitleT = Aws::String>
90 SetTitle(std::forward<TitleT>(value));
101 template <
typename DescriptionT = Aws::String>
103 m_descriptionHasBeenSet =
true;
104 m_description = std::forward<DescriptionT>(value);
106 template <
typename DescriptionT = Aws::String>
134 template <
typename ContextsT = Aws::Vector<EngagementContextDetails>>
136 m_contextsHasBeenSet =
true;
137 m_contexts = std::forward<ContextsT>(value);
139 template <
typename ContextsT = Aws::Vector<EngagementContextDetails>>
144 template <
typename ContextsT = EngagementContextDetails>
146 m_contextsHasBeenSet =
true;
147 m_contexts.emplace_back(std::forward<ContextsT>(value));
161 bool m_catalogHasBeenSet =
false;
162 bool m_clientTokenHasBeenSet =
true;
163 bool m_titleHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
165 bool m_contextsHasBeenSet =
false;
void SetCatalog(CatalogT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
const Aws::String & GetClientToken() const
bool CatalogHasBeenSet() const
void SetContexts(ContextsT &&value)
CreateEngagementRequest & WithCatalog(CatalogT &&value)
AWS_PARTNERCENTRALSELLING_API CreateEngagementRequest()=default
const Aws::String & GetCatalog() const
const Aws::Vector< EngagementContextDetails > & GetContexts() const
void SetDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetTitle() const
CreateEngagementRequest & AddContexts(ContextsT &&value)
const Aws::String & GetDescription() const
CreateEngagementRequest & WithDescription(DescriptionT &&value)
void SetTitle(TitleT &&value)
bool DescriptionHasBeenSet() const
bool TitleHasBeenSet() const
bool ContextsHasBeenSet() const
CreateEngagementRequest & WithContexts(ContextsT &&value)
CreateEngagementRequest & WithTitle(TitleT &&value)
CreateEngagementRequest & WithClientToken(ClientTokenT &&value)
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