7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetDomainIdentifier(
const char* value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier.assign(value); }
63 inline void SetGroupIdentifier(
const char* value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier.assign(value); }
79 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
110 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
124 inline void SetUserIdentifier(
const char* value) { m_userIdentifierHasBeenSet =
true; m_userIdentifier.assign(value); }
132 bool m_domainIdentifierHasBeenSet =
false;
135 bool m_groupIdentifierHasBeenSet =
false;
138 bool m_maxResultsHasBeenSet =
false;
141 bool m_nameHasBeenSet =
false;
144 bool m_nextTokenHasBeenSet =
false;
147 bool m_userIdentifierHasBeenSet =
false;
void SetName(const Aws::String &value)
const Aws::String & GetName() const
void SetGroupIdentifier(Aws::String &&value)
ListProjectsRequest & WithName(Aws::String &&value)
ListProjectsRequest & WithDomainIdentifier(Aws::String &&value)
ListProjectsRequest & WithGroupIdentifier(const char *value)
AWS_DATAZONE_API ListProjectsRequest()
ListProjectsRequest & WithMaxResults(int value)
ListProjectsRequest & WithNextToken(const Aws::String &value)
ListProjectsRequest & WithGroupIdentifier(Aws::String &&value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetUserIdentifier() const
bool NextTokenHasBeenSet() const
void SetName(Aws::String &&value)
ListProjectsRequest & WithName(const Aws::String &value)
void SetUserIdentifier(const char *value)
void SetGroupIdentifier(const char *value)
bool UserIdentifierHasBeenSet() const
void SetGroupIdentifier(const Aws::String &value)
void SetUserIdentifier(Aws::String &&value)
ListProjectsRequest & WithUserIdentifier(const Aws::String &value)
int GetMaxResults() const
bool GroupIdentifierHasBeenSet() const
ListProjectsRequest & WithGroupIdentifier(const Aws::String &value)
void SetName(const char *value)
virtual const char * GetServiceRequestName() const override
void SetDomainIdentifier(const Aws::String &value)
ListProjectsRequest & WithUserIdentifier(Aws::String &&value)
bool NameHasBeenSet() const
ListProjectsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(const char *value)
const Aws::String & GetGroupIdentifier() const
bool MaxResultsHasBeenSet() const
void SetDomainIdentifier(Aws::String &&value)
ListProjectsRequest & WithName(const char *value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
void SetNextToken(Aws::String &&value)
void SetDomainIdentifier(const char *value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool DomainIdentifierHasBeenSet() const
ListProjectsRequest & WithDomainIdentifier(const char *value)
const Aws::String & GetDomainIdentifier() const
ListProjectsRequest & WithDomainIdentifier(const Aws::String &value)
void SetUserIdentifier(const Aws::String &value)
ListProjectsRequest & WithNextToken(const char *value)
void SetMaxResults(int value)
ListProjectsRequest & WithUserIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String