7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/partnercentral-selling/model/EngagementContextDetails.h>
13#include <aws/core/utils/UUID.h>
17namespace PartnerCentralSelling
49 template<
typename CatalogT = Aws::String>
50 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
51 template<
typename CatalogT = Aws::String>
63 template<
typename ClientTokenT = Aws::String>
64 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
65 template<
typename ClientTokenT = Aws::String>
90 template<
typename ContextsT = Aws::Vector<EngagementContextDetails>>
91 void SetContexts(ContextsT&& value) { m_contextsHasBeenSet =
true; m_contexts = std::forward<ContextsT>(value); }
92 template<
typename ContextsT = Aws::Vector<EngagementContextDetails>>
94 template<
typename ContextsT = EngagementContextDetails>
104 template<
typename DescriptionT = Aws::String>
105 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
106 template<
typename DescriptionT = Aws::String>
116 template<
typename TitleT = Aws::String>
117 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
118 template<
typename TitleT = Aws::String>
124 bool m_catalogHasBeenSet =
false;
127 bool m_clientTokenHasBeenSet =
true;
130 bool m_contextsHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
136 bool m_titleHasBeenSet =
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