7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccountRequest.h>
9#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
14namespace PartnerCentralAccount {
39 template <
typename CatalogT = Aws::String>
41 m_catalogHasBeenSet =
true;
42 m_catalog = std::forward<CatalogT>(value);
44 template <
typename CatalogT = Aws::String>
57 template <
typename NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
72 bool m_catalogHasBeenSet =
false;
73 bool m_nextTokenHasBeenSet =
false;
AWS_PARTNERCENTRALACCOUNT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API Aws::String SerializePayload() const override
AWS_PARTNERCENTRALACCOUNT_API ListPartnersRequest()=default
const Aws::String & GetNextToken() const
bool CatalogHasBeenSet() const
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
ListPartnersRequest & WithNextToken(NextTokenT &&value)
void SetCatalog(CatalogT &&value)
const Aws::String & GetCatalog() const
ListPartnersRequest & WithCatalog(CatalogT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String