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"; }
45 inline void SetAssociationId(
const char* value) { m_associationIdHasBeenSet =
true; m_associationId.assign(value); }
59 inline void SetDirectConnectGatewayId(
const char* value) { m_directConnectGatewayIdHasBeenSet =
true; m_directConnectGatewayId.assign(value); }
73 inline void SetVirtualGatewayId(
const char* value) { m_virtualGatewayIdHasBeenSet =
true; m_virtualGatewayId.assign(value); }
81 bool m_associationIdHasBeenSet =
false;
84 bool m_directConnectGatewayIdHasBeenSet =
false;
87 bool m_virtualGatewayIdHasBeenSet =
false;
void SetAssociationId(const Aws::String &value)
const Aws::String & GetDirectConnectGatewayId() const
const Aws::String & GetVirtualGatewayId() const
DeleteDirectConnectGatewayAssociationRequest & WithVirtualGatewayId(Aws::String &&value)
DeleteDirectConnectGatewayAssociationRequest & WithAssociationId(const char *value)
bool VirtualGatewayIdHasBeenSet() const
bool AssociationIdHasBeenSet() const
bool DirectConnectGatewayIdHasBeenSet() const
AWS_DIRECTCONNECT_API DeleteDirectConnectGatewayAssociationRequest()
void SetDirectConnectGatewayId(Aws::String &&value)
void SetAssociationId(Aws::String &&value)
void SetVirtualGatewayId(const Aws::String &value)
DeleteDirectConnectGatewayAssociationRequest & WithVirtualGatewayId(const char *value)
void SetVirtualGatewayId(Aws::String &&value)
DeleteDirectConnectGatewayAssociationRequest & WithDirectConnectGatewayId(const char *value)
DeleteDirectConnectGatewayAssociationRequest & WithDirectConnectGatewayId(Aws::String &&value)
AWS_DIRECTCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteDirectConnectGatewayAssociationRequest & WithAssociationId(const Aws::String &value)
const Aws::String & GetAssociationId() const
void SetAssociationId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetDirectConnectGatewayId(const char *value)
AWS_DIRECTCONNECT_API Aws::String SerializePayload() const override
void SetDirectConnectGatewayId(const Aws::String &value)
DeleteDirectConnectGatewayAssociationRequest & WithDirectConnectGatewayId(const Aws::String &value)
DeleteDirectConnectGatewayAssociationRequest & WithAssociationId(Aws::String &&value)
void SetVirtualGatewayId(const char *value)
DeleteDirectConnectGatewayAssociationRequest & WithVirtualGatewayId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String