7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/SortFieldProject.h>
11#include <aws/datazone/model/SortOrder.h>
50 template<
typename DomainIdentifierT = Aws::String>
51 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
52 template<
typename DomainIdentifierT = Aws::String>
66 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
93 template<
typename ProjectIdentifierT = Aws::String>
94 void SetProjectIdentifier(ProjectIdentifierT&& value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier = std::forward<ProjectIdentifierT>(value); }
95 template<
typename ProjectIdentifierT = Aws::String>
121 bool m_domainIdentifierHasBeenSet =
false;
124 bool m_maxResultsHasBeenSet =
false;
127 bool m_nextTokenHasBeenSet =
false;
130 bool m_projectIdentifierHasBeenSet =
false;
133 bool m_sortByHasBeenSet =
false;
136 bool m_sortOrderHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
bool ProjectIdentifierHasBeenSet() const
bool SortByHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
SortFieldProject GetSortBy() const
bool MaxResultsHasBeenSet() const
SortOrder GetSortOrder() const
void SetSortOrder(SortOrder value)
ListProjectMembershipsRequest & WithSortOrder(SortOrder value)
void SetMaxResults(int value)
void SetSortBy(SortFieldProject value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
ListProjectMembershipsRequest & WithSortBy(SortFieldProject value)
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetProjectIdentifier() const
const Aws::String & GetNextToken() const
ListProjectMembershipsRequest & WithNextToken(NextTokenT &&value)
ListProjectMembershipsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
ListProjectMembershipsRequest & WithProjectIdentifier(ProjectIdentifierT &&value)
bool NextTokenHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
ListProjectMembershipsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API ListProjectMembershipsRequest()=default
bool SortOrderHasBeenSet() const
void SetProjectIdentifier(ProjectIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String