7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/appmesh/model/VirtualGatewayRef.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
46 template<
typename NextTokenT = Aws::String>
47 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
48 template<
typename NextTokenT = Aws::String>
57 template<
typename VirtualGatewaysT = Aws::Vector<VirtualGatewayRef>>
58 void SetVirtualGateways(VirtualGatewaysT&& value) { m_virtualGatewaysHasBeenSet =
true; m_virtualGateways = std::forward<VirtualGatewaysT>(value); }
59 template<
typename VirtualGatewaysT = Aws::Vector<VirtualGatewayRef>>
61 template<
typename VirtualGatewaysT = VirtualGatewayRef>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_virtualGatewaysHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
ListVirtualGatewaysResult & WithRequestId(RequestIdT &&value)
AWS_APPMESH_API ListVirtualGatewaysResult()=default
const Aws::String & GetNextToken() const
const Aws::Vector< VirtualGatewayRef > & GetVirtualGateways() const
const Aws::String & GetRequestId() const
ListVirtualGatewaysResult & AddVirtualGateways(VirtualGatewaysT &&value)
void SetVirtualGateways(VirtualGatewaysT &&value)
ListVirtualGatewaysResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
ListVirtualGatewaysResult & WithVirtualGateways(VirtualGatewaysT &&value)
AWS_APPMESH_API ListVirtualGatewaysResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_APPMESH_API ListVirtualGatewaysResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue