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
49 template<
typename ProfileNamePrefixT = Aws::String>
50 void SetProfileNamePrefix(ProfileNamePrefixT&& value) { m_profileNamePrefixHasBeenSet =
true; m_profileNamePrefix = std::forward<ProfileNamePrefixT>(value); }
51 template<
typename ProfileNamePrefixT = Aws::String>
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
79 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 bool m_profileNamePrefixHasBeenSet =
false;
88 bool m_profileOwnerTypeHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
const Aws::String & GetProfileNamePrefix() const
const Aws::String & GetNextToken() const
ProfileOwnerType GetProfileOwnerType() const
virtual const char * GetServiceRequestName() const override
AWS_WELLARCHITECTED_API ListProfilesRequest()=default
bool MaxResultsHasBeenSet() const
ListProfilesRequest & WithProfileNamePrefix(ProfileNamePrefixT &&value)
bool ProfileNamePrefixHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
void SetProfileNamePrefix(ProfileNamePrefixT &&value)
void SetMaxResults(int value)
ListProfilesRequest & WithMaxResults(int value)
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ProfileOwnerTypeHasBeenSet() const
ListProfilesRequest & WithProfileOwnerType(ProfileOwnerType value)
void SetProfileOwnerType(ProfileOwnerType value)
bool NextTokenHasBeenSet() const
ListProfilesRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String