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));
119 template <
typename NextTokenT = Aws::String>
121 m_nextTokenHasBeenSet =
true;
122 m_nextToken = std::forward<NextTokenT>(value);
124 template <
typename NextTokenT = Aws::String>
142 m_maxResultsHasBeenSet =
true;
143 m_maxResults = value;
162 bool m_domainIdentifierHasBeenSet =
false;
163 bool m_userIdentifierHasBeenSet =
false;
164 bool m_groupIdentifierHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
166 bool m_nextTokenHasBeenSet =
false;
167 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetName() 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)
const Aws::String & GetGroupIdentifier() 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