7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-account/PartnerCentralAccountRequest.h>
10#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
15namespace PartnerCentralAccount {
40 template <
typename CatalogT = Aws::String>
42 m_catalogHasBeenSet =
true;
43 m_catalog = std::forward<CatalogT>(value);
45 template <
typename CatalogT = Aws::String>
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
77 template <
typename ConnectionTypeT = Aws::String>
79 m_connectionTypeHasBeenSet =
true;
80 m_connectionType = std::forward<ConnectionTypeT>(value);
82 template <
typename ConnectionTypeT = Aws::String>
96 m_maxResultsHasBeenSet =
true;
111 template <
typename OtherParticipantIdentifiersT = Aws::Vector<Aws::String>>
113 m_otherParticipantIdentifiersHasBeenSet =
true;
114 m_otherParticipantIdentifiers = std::forward<OtherParticipantIdentifiersT>(value);
116 template <
typename OtherParticipantIdentifiersT = Aws::Vector<Aws::String>>
121 template <
typename OtherParticipantIdentifiersT = Aws::String>
123 m_otherParticipantIdentifiersHasBeenSet =
true;
124 m_otherParticipantIdentifiers.emplace_back(std::forward<OtherParticipantIdentifiersT>(value));
138 bool m_catalogHasBeenSet =
false;
139 bool m_nextTokenHasBeenSet =
false;
140 bool m_connectionTypeHasBeenSet =
false;
141 bool m_maxResultsHasBeenSet =
false;
142 bool m_otherParticipantIdentifiersHasBeenSet =
false;
ListConnectionsRequest & WithMaxResults(int value)
ListConnectionsRequest & WithNextToken(NextTokenT &&value)
ListConnectionsRequest & AddOtherParticipantIdentifiers(OtherParticipantIdentifiersT &&value)
const Aws::Vector< Aws::String > & GetOtherParticipantIdentifiers() const
virtual const char * GetServiceRequestName() const override
bool ConnectionTypeHasBeenSet() const
ListConnectionsRequest & WithConnectionType(ConnectionTypeT &&value)
void SetNextToken(NextTokenT &&value)
bool OtherParticipantIdentifiersHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API ListConnectionsRequest()=default
bool MaxResultsHasBeenSet() const
ListConnectionsRequest & WithOtherParticipantIdentifiers(OtherParticipantIdentifiersT &&value)
void SetMaxResults(int value)
AWS_PARTNERCENTRALACCOUNT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PARTNERCENTRALACCOUNT_API Aws::String SerializePayload() const override
void SetCatalog(CatalogT &&value)
ListConnectionsRequest & WithCatalog(CatalogT &&value)
bool CatalogHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetCatalog() const
int GetMaxResults() const
const Aws::String & GetConnectionType() const
void SetConnectionType(ConnectionTypeT &&value)
const Aws::String & GetNextToken() const
void SetOtherParticipantIdentifiers(OtherParticipantIdentifiersT &&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