7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/B2BIRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ProfileIdT = Aws::String>
45 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
46 template<
typename ProfileIdT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 bool m_profileIdHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 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