7#include <aws/b2bi/B2BIRequest.h>
8#include <aws/b2bi/B2BI_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ProfileIdT = Aws::String>
42 m_profileIdHasBeenSet =
true;
43 m_profileId = std::forward<ProfileIdT>(value);
45 template <
typename ProfileIdT = Aws::String>
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
80 m_maxResultsHasBeenSet =
true;
90 bool m_profileIdHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool ProfileIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListPartnershipsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
int GetMaxResults() const
AWS_B2BI_API ListPartnershipsRequest()=default
bool MaxResultsHasBeenSet() const
ListPartnershipsRequest & WithProfileId(ProfileIdT &&value)
void SetProfileId(ProfileIdT &&value)
AWS_B2BI_API Aws::String SerializePayload() const override
ListPartnershipsRequest & WithNextToken(NextTokenT &&value)
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
const Aws::String & GetProfileId() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String