7#include <aws/directconnect/DirectConnect_EXPORTS.h>
8#include <aws/directconnect/DirectConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace DirectConnect
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteDirectConnectGatewayAssociation"; }
43 template<
typename AssociationIdT = Aws::String>
44 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
45 template<
typename AssociationIdT = Aws::String>
55 template<
typename DirectConnectGatewayIdT = Aws::String>
56 void SetDirectConnectGatewayId(DirectConnectGatewayIdT&& value) { m_directConnectGatewayIdHasBeenSet =
true; m_directConnectGatewayId = std::forward<DirectConnectGatewayIdT>(value); }
57 template<
typename DirectConnectGatewayIdT = Aws::String>
67 template<
typename VirtualGatewayIdT = Aws::String>
68 void SetVirtualGatewayId(VirtualGatewayIdT&& value) { m_virtualGatewayIdHasBeenSet =
true; m_virtualGatewayId = std::forward<VirtualGatewayIdT>(value); }
69 template<
typename VirtualGatewayIdT = Aws::String>
75 bool m_associationIdHasBeenSet =
false;
78 bool m_directConnectGatewayIdHasBeenSet =
false;
81 bool m_virtualGatewayIdHasBeenSet =
false;
const Aws::String & GetDirectConnectGatewayId() const
const Aws::String & GetVirtualGatewayId() const
bool VirtualGatewayIdHasBeenSet() const
bool AssociationIdHasBeenSet() const
bool DirectConnectGatewayIdHasBeenSet() const
DeleteDirectConnectGatewayAssociationRequest & WithAssociationId(AssociationIdT &&value)
void SetDirectConnectGatewayId(DirectConnectGatewayIdT &&value)
AWS_DIRECTCONNECT_API DeleteDirectConnectGatewayAssociationRequest()=default
AWS_DIRECTCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAssociationId() const
virtual const char * GetServiceRequestName() const override
DeleteDirectConnectGatewayAssociationRequest & WithDirectConnectGatewayId(DirectConnectGatewayIdT &&value)
AWS_DIRECTCONNECT_API Aws::String SerializePayload() const override
void SetVirtualGatewayId(VirtualGatewayIdT &&value)
DeleteDirectConnectGatewayAssociationRequest & WithVirtualGatewayId(VirtualGatewayIdT &&value)
void SetAssociationId(AssociationIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String