7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/networkmanager/model/TransitGatewayRegistration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace NetworkManager
42 template<
typename TransitGatewayRegistrationsT = Aws::Vector<TransitGatewayRegistration>>
43 void SetTransitGatewayRegistrations(TransitGatewayRegistrationsT&& value) { m_transitGatewayRegistrationsHasBeenSet =
true; m_transitGatewayRegistrations = std::forward<TransitGatewayRegistrationsT>(value); }
44 template<
typename TransitGatewayRegistrationsT = Aws::Vector<TransitGatewayRegistration>>
46 template<
typename TransitGatewayRegistrationsT = TransitGatewayRegistration>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_transitGatewayRegistrationsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_NETWORKMANAGER_API GetTransitGatewayRegistrationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< TransitGatewayRegistration > & GetTransitGatewayRegistrations() const
void SetTransitGatewayRegistrations(TransitGatewayRegistrationsT &&value)
AWS_NETWORKMANAGER_API GetTransitGatewayRegistrationsResult()=default
const Aws::String & GetRequestId() const
GetTransitGatewayRegistrationsResult & WithTransitGatewayRegistrations(TransitGatewayRegistrationsT &&value)
void SetNextToken(NextTokenT &&value)
GetTransitGatewayRegistrationsResult & AddTransitGatewayRegistrations(TransitGatewayRegistrationsT &&value)
AWS_NETWORKMANAGER_API GetTransitGatewayRegistrationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTransitGatewayRegistrationsResult & WithRequestId(RequestIdT &&value)
GetTransitGatewayRegistrationsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue