7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteResourceEndpointAssociation"; }
41 template<
typename ResourceEndpo
intAssociationIdentifierT = Aws::String>
42 void SetResourceEndpointAssociationIdentifier(ResourceEndpointAssociationIdentifierT&& value) { m_resourceEndpointAssociationIdentifierHasBeenSet =
true; m_resourceEndpointAssociationIdentifier = std::forward<ResourceEndpointAssociationIdentifierT>(value); }
43 template<
typename ResourceEndpo
intAssociationIdentifierT = Aws::String>
48 Aws::String m_resourceEndpointAssociationIdentifier;
49 bool m_resourceEndpointAssociationIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DeleteResourceEndpointAssociationRequest & WithResourceEndpointAssociationIdentifier(ResourceEndpointAssociationIdentifierT &&value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
void SetResourceEndpointAssociationIdentifier(ResourceEndpointAssociationIdentifierT &&value)
AWS_VPCLATTICE_API DeleteResourceEndpointAssociationRequest()=default
bool ResourceEndpointAssociationIdentifierHasBeenSet() const
const Aws::String & GetResourceEndpointAssociationIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String