7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
42 template <
typename DomainIdentifierT = Aws::String>
44 m_domainIdentifierHasBeenSet =
true;
45 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
47 template <
typename DomainIdentifierT = Aws::String>
60 template <
typename UserIdentifierT = Aws::String>
62 m_userIdentifierHasBeenSet =
true;
63 m_userIdentifier = std::forward<UserIdentifierT>(value);
65 template <
typename UserIdentifierT = Aws::String>
78 template <
typename GroupIdentifierT = Aws::String>
80 m_groupIdentifierHasBeenSet =
true;
81 m_groupIdentifier = std::forward<GroupIdentifierT>(value);
83 template <
typename GroupIdentifierT = Aws::String>
96 template <
typename NameT = Aws::String>
98 m_nameHasBeenSet =
true;
99 m_name = std::forward<NameT>(value);
101 template <
typename NameT = Aws::String>
103 SetName(std::forward<NameT>(value));
114 template <
typename ProjectCategoryT = Aws::String>
116 m_projectCategoryHasBeenSet =
true;
117 m_projectCategory = std::forward<ProjectCategoryT>(value);
119 template <
typename ProjectCategoryT = Aws::String>
137 template <
typename NextTokenT = Aws::String>
139 m_nextTokenHasBeenSet =
true;
140 m_nextToken = std::forward<NextTokenT>(value);
142 template <
typename NextTokenT = Aws::String>
160 m_maxResultsHasBeenSet =
true;
161 m_maxResults = value;
182 bool m_domainIdentifierHasBeenSet =
false;
183 bool m_userIdentifierHasBeenSet =
false;
184 bool m_groupIdentifierHasBeenSet =
false;
185 bool m_nameHasBeenSet =
false;
186 bool m_projectCategoryHasBeenSet =
false;
187 bool m_nextTokenHasBeenSet =
false;
188 bool m_maxResultsHasBeenSet =
false;
void SetProjectCategory(ProjectCategoryT &&value)
const Aws::String & GetName() const
bool ProjectCategoryHasBeenSet() const
ListProjectsRequest & WithName(NameT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
void SetUserIdentifier(UserIdentifierT &&value)
ListProjectsRequest & WithMaxResults(int value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetUserIdentifier() const
ListProjectsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool NextTokenHasBeenSet() const
bool UserIdentifierHasBeenSet() const
int GetMaxResults() const
bool GroupIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_DATAZONE_API ListProjectsRequest()=default
bool NameHasBeenSet() const
void SetGroupIdentifier(GroupIdentifierT &&value)
ListProjectsRequest & WithProjectCategory(ProjectCategoryT &&value)
const Aws::String & GetGroupIdentifier() const
const Aws::String & GetProjectCategory() const
bool MaxResultsHasBeenSet() const
ListProjectsRequest & WithUserIdentifier(UserIdentifierT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetName(NameT &&value)
ListProjectsRequest & WithGroupIdentifier(GroupIdentifierT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool DomainIdentifierHasBeenSet() const
ListProjectsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetDomainIdentifier() const
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String