7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/model/CustomerGatewayAssociation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace NetworkManager
41 template<
typename CustomerGatewayAssociationT = CustomerGatewayAssociation>
42 void SetCustomerGatewayAssociation(CustomerGatewayAssociationT&& value) { m_customerGatewayAssociationHasBeenSet =
true; m_customerGatewayAssociation = std::forward<CustomerGatewayAssociationT>(value); }
43 template<
typename CustomerGatewayAssociationT = CustomerGatewayAssociation>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_customerGatewayAssociationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetCustomerGatewayAssociation(CustomerGatewayAssociationT &&value)
AssociateCustomerGatewayResult & WithCustomerGatewayAssociation(CustomerGatewayAssociationT &&value)
AssociateCustomerGatewayResult & WithRequestId(RequestIdT &&value)
AWS_NETWORKMANAGER_API AssociateCustomerGatewayResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const CustomerGatewayAssociation & GetCustomerGatewayAssociation() const
void SetRequestId(RequestIdT &&value)
AWS_NETWORKMANAGER_API AssociateCustomerGatewayResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NETWORKMANAGER_API AssociateCustomerGatewayResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue