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/ShareResourceType.h>
19namespace WellArchitected
49 template<
typename WorkloadNamePrefixT = Aws::String>
50 void SetWorkloadNamePrefix(WorkloadNamePrefixT&& value) { m_workloadNamePrefixHasBeenSet =
true; m_workloadNamePrefix = std::forward<WorkloadNamePrefixT>(value); }
51 template<
typename WorkloadNamePrefixT = Aws::String>
62 template<
typename LensNamePrefixT = Aws::String>
63 void SetLensNamePrefix(LensNamePrefixT&& value) { m_lensNamePrefixHasBeenSet =
true; m_lensNamePrefix = std::forward<LensNamePrefixT>(value); }
64 template<
typename LensNamePrefixT = Aws::String>
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
94 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
105 template<
typename ProfileNamePrefixT = Aws::String>
106 void SetProfileNamePrefix(ProfileNamePrefixT&& value) { m_profileNamePrefixHasBeenSet =
true; m_profileNamePrefix = std::forward<ProfileNamePrefixT>(value); }
107 template<
typename ProfileNamePrefixT = Aws::String>
118 template<
typename TemplateNamePrefixT = Aws::String>
119 void SetTemplateNamePrefix(TemplateNamePrefixT&& value) { m_templateNamePrefixHasBeenSet =
true; m_templateNamePrefix = std::forward<TemplateNamePrefixT>(value); }
120 template<
typename TemplateNamePrefixT = Aws::String>
126 bool m_workloadNamePrefixHasBeenSet =
false;
129 bool m_lensNamePrefixHasBeenSet =
false;
132 bool m_shareResourceTypeHasBeenSet =
false;
135 bool m_nextTokenHasBeenSet =
false;
138 bool m_maxResultsHasBeenSet =
false;
141 bool m_profileNamePrefixHasBeenSet =
false;
144 bool m_templateNamePrefixHasBeenSet =
false;
const Aws::String & GetProfileNamePrefix() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
bool TemplateNamePrefixHasBeenSet() const
void SetTemplateNamePrefix(TemplateNamePrefixT &&value)
AWS_WELLARCHITECTED_API ListShareInvitationsRequest()=default
bool ProfileNamePrefixHasBeenSet() const
const Aws::String & GetTemplateNamePrefix() const
ListShareInvitationsRequest & WithLensNamePrefix(LensNamePrefixT &&value)
void SetLensNamePrefix(LensNamePrefixT &&value)
ShareResourceType GetShareResourceType() const
bool MaxResultsHasBeenSet() const
void SetProfileNamePrefix(ProfileNamePrefixT &&value)
ListShareInvitationsRequest & WithTemplateNamePrefix(TemplateNamePrefixT &&value)
const Aws::String & GetWorkloadNamePrefix() const
const Aws::String & GetLensNamePrefix() const
bool NextTokenHasBeenSet() const
bool WorkloadNamePrefixHasBeenSet() const
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetShareResourceType(ShareResourceType value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
bool ShareResourceTypeHasBeenSet() const
void SetWorkloadNamePrefix(WorkloadNamePrefixT &&value)
ListShareInvitationsRequest & WithProfileNamePrefix(ProfileNamePrefixT &&value)
ListShareInvitationsRequest & WithWorkloadNamePrefix(WorkloadNamePrefixT &&value)
ListShareInvitationsRequest & WithNextToken(NextTokenT &&value)
bool LensNamePrefixHasBeenSet() const
ListShareInvitationsRequest & WithShareResourceType(ShareResourceType value)
ListShareInvitationsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String