7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DomainIdentifierT = Aws::String>
48 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
49 template<
typename DomainIdentifierT = Aws::String>
59 template<
typename GroupIdentifierT = Aws::String>
60 void SetGroupIdentifier(GroupIdentifierT&& value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier = std::forward<GroupIdentifierT>(value); }
61 template<
typename GroupIdentifierT = Aws::String>
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 template<
typename NameT = Aws::String>
86 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
87 template<
typename NameT = Aws::String>
102 template<
typename NextTokenT = Aws::String>
103 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
104 template<
typename NextTokenT = Aws::String>
114 template<
typename UserIdentifierT = Aws::String>
115 void SetUserIdentifier(UserIdentifierT&& value) { m_userIdentifierHasBeenSet =
true; m_userIdentifier = std::forward<UserIdentifierT>(value); }
116 template<
typename UserIdentifierT = Aws::String>
122 bool m_domainIdentifierHasBeenSet =
false;
125 bool m_groupIdentifierHasBeenSet =
false;
128 bool m_maxResultsHasBeenSet =
false;
131 bool m_nameHasBeenSet =
false;
134 bool m_nextTokenHasBeenSet =
false;
137 bool m_userIdentifierHasBeenSet =
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