7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
10#include <aws/wellarchitected/model/ProfileOwnerType.h>
18namespace WellArchitected {
44 template <
typename ProfileNamePrefixT = Aws::String>
46 m_profileNamePrefixHasBeenSet =
true;
47 m_profileNamePrefix = std::forward<ProfileNamePrefixT>(value);
49 template <
typename ProfileNamePrefixT = Aws::String>
63 m_profileOwnerTypeHasBeenSet =
true;
64 m_profileOwnerType = value;
76 template <
typename NextTokenT = Aws::String>
78 m_nextTokenHasBeenSet =
true;
79 m_nextToken = std::forward<NextTokenT>(value);
81 template <
typename NextTokenT = Aws::String>
93 m_maxResultsHasBeenSet =
true;
103 bool m_profileNamePrefixHasBeenSet =
false;
106 bool m_profileOwnerTypeHasBeenSet =
false;
109 bool m_nextTokenHasBeenSet =
false;
112 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