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/ShareStatus.h>
19namespace WellArchitected
46 template<
typename LensAliasT = Aws::String>
47 void SetLensAlias(LensAliasT&& value) { m_lensAliasHasBeenSet =
true; m_lensAlias = std::forward<LensAliasT>(value); }
48 template<
typename LensAliasT = Aws::String>
59 template<
typename SharedWithPrefixT = Aws::String>
60 void SetSharedWithPrefix(SharedWithPrefixT&& value) { m_sharedWithPrefixHasBeenSet =
true; m_sharedWithPrefix = std::forward<SharedWithPrefixT>(value); }
61 template<
typename SharedWithPrefixT = 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>
81 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
95 bool m_lensAliasHasBeenSet =
false;
98 bool m_sharedWithPrefixHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
104 bool m_maxResultsHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
bool SharedWithPrefixHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListLensSharesRequest & WithMaxResults(int value)
ListLensSharesRequest & WithSharedWithPrefix(SharedWithPrefixT &&value)
ListLensSharesRequest & WithStatus(ShareStatus value)
ListLensSharesRequest & WithNextToken(NextTokenT &&value)
ShareStatus GetStatus() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetSharedWithPrefix() const
bool StatusHasBeenSet() const
void SetSharedWithPrefix(SharedWithPrefixT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
const Aws::String & GetLensAlias() const
ListLensSharesRequest & WithLensAlias(LensAliasT &&value)
virtual const char * GetServiceRequestName() const override
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_WELLARCHITECTED_API ListLensSharesRequest()=default
void SetMaxResults(int value)
void SetStatus(ShareStatus value)
bool NextTokenHasBeenSet() const
bool LensAliasHasBeenSet() const
int GetMaxResults() const
void SetLensAlias(LensAliasT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String