7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/AppMeshRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
55 inline int GetLimit()
const {
return m_limit; }
57 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
73 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
81 bool m_limitHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
AWS_APPMESH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListMeshesRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_APPMESH_API ListMeshesRequest()=default
bool LimitHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListMeshesRequest & WithLimit(int value)
const Aws::String & GetNextToken() const
AWS_APPMESH_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String