7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetServiceNetworkIdentifier(
const char* value) { m_serviceNetworkIdentifierHasBeenSet =
true; m_serviceNetworkIdentifier.assign(value); }
51 bool m_serviceNetworkIdentifierHasBeenSet =
false;
DeleteServiceNetworkRequest & WithServiceNetworkIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetServiceNetworkIdentifier(Aws::String &&value)
DeleteServiceNetworkRequest & WithServiceNetworkIdentifier(Aws::String &&value)
bool ServiceNetworkIdentifierHasBeenSet() const
const Aws::String & GetServiceNetworkIdentifier() const
void SetServiceNetworkIdentifier(const char *value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
void SetServiceNetworkIdentifier(const Aws::String &value)
AWS_VPCLATTICE_API DeleteServiceNetworkRequest()
DeleteServiceNetworkRequest & WithServiceNetworkIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String