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
52 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AssociateCustomerGatewayResult & WithCustomerGatewayAssociation(CustomerGatewayAssociation &&value)
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
void SetRequestId(const Aws::String &value)
AssociateCustomerGatewayResult & WithCustomerGatewayAssociation(const CustomerGatewayAssociation &value)
AWS_NETWORKMANAGER_API AssociateCustomerGatewayResult()
AWS_NETWORKMANAGER_API AssociateCustomerGatewayResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCustomerGatewayAssociation(CustomerGatewayAssociation &&value)
const CustomerGatewayAssociation & GetCustomerGatewayAssociation() const
AssociateCustomerGatewayResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetCustomerGatewayAssociation(const CustomerGatewayAssociation &value)
AssociateCustomerGatewayResult & WithRequestId(Aws::String &&value)
AWS_NETWORKMANAGER_API AssociateCustomerGatewayResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateCustomerGatewayResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue