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/LensType.h>
11#include <aws/wellarchitected/model/LensStatusType.h>
20namespace WellArchitected
50 template<
typename NextTokenT = Aws::String>
51 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
52 template<
typename NextTokenT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 template<
typename LensNameT = Aws::String>
89 void SetLensName(LensNameT&& value) { m_lensNameHasBeenSet =
true; m_lensName = std::forward<LensNameT>(value); }
90 template<
typename LensNameT = Aws::String>
96 bool m_nextTokenHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
102 bool m_lensTypeHasBeenSet =
false;
105 bool m_lensStatusHasBeenSet =
false;
108 bool m_lensNameHasBeenSet =
false;
ListLensesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
bool LensStatusHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
int GetMaxResults() const
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
void SetLensStatus(LensStatusType value)
ListLensesRequest & WithLensStatus(LensStatusType value)
ListLensesRequest & WithLensType(LensType value)
AWS_WELLARCHITECTED_API ListLensesRequest()=default
void SetLensType(LensType value)
bool LensNameHasBeenSet() const
ListLensesRequest & WithMaxResults(int value)
ListLensesRequest & WithLensName(LensNameT &&value)
LensType GetLensType() const
bool NextTokenHasBeenSet() const
void SetLensName(LensNameT &&value)
bool LensTypeHasBeenSet() const
const Aws::String & GetLensName() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
LensStatusType GetLensStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String