7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wellarchitected/model/ProfileOwnerType.h>
19namespace WellArchitected
51 inline void SetProfileNamePrefix(
const char* value) { m_profileNamePrefixHasBeenSet =
true; m_profileNamePrefix.assign(value); }
75 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 bool m_profileNamePrefixHasBeenSet =
false;
94 bool m_profileOwnerTypeHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
int GetMaxResults() const
const ProfileOwnerType & GetProfileOwnerType() const
const Aws::String & GetProfileNamePrefix() const
const Aws::String & GetNextToken() const
void SetProfileOwnerType(ProfileOwnerType &&value)
virtual const char * GetServiceRequestName() const override
ListProfilesRequest & WithNextToken(const char *value)
void SetProfileOwnerType(const ProfileOwnerType &value)
ListProfilesRequest & WithProfileOwnerType(const ProfileOwnerType &value)
void SetProfileNamePrefix(const Aws::String &value)
ListProfilesRequest & WithProfileNamePrefix(const Aws::String &value)
void SetProfileNamePrefix(Aws::String &&value)
bool MaxResultsHasBeenSet() const
void SetNextToken(const char *value)
ListProfilesRequest & WithNextToken(const Aws::String &value)
void SetNextToken(const Aws::String &value)
ListProfilesRequest & WithProfileNamePrefix(const char *value)
ListProfilesRequest & WithProfileNamePrefix(Aws::String &&value)
bool ProfileNamePrefixHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
void SetNextToken(Aws::String &&value)
void SetMaxResults(int value)
ListProfilesRequest & WithMaxResults(int value)
AWS_WELLARCHITECTED_API ListProfilesRequest()
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ProfileOwnerTypeHasBeenSet() const
ListProfilesRequest & WithNextToken(Aws::String &&value)
void SetProfileNamePrefix(const char *value)
ListProfilesRequest & WithProfileOwnerType(ProfileOwnerType &&value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String