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 SetTargetGroupIdentifier(
const char* value) { m_targetGroupIdentifierHasBeenSet =
true; m_targetGroupIdentifier.assign(value); }
51 bool m_targetGroupIdentifierHasBeenSet =
false;
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetTargetGroupIdentifier(Aws::String &&value)
void SetTargetGroupIdentifier(const Aws::String &value)
DeleteTargetGroupRequest & WithTargetGroupIdentifier(const Aws::String &value)
AWS_VPCLATTICE_API DeleteTargetGroupRequest()
bool TargetGroupIdentifierHasBeenSet() const
DeleteTargetGroupRequest & WithTargetGroupIdentifier(const char *value)
void SetTargetGroupIdentifier(const char *value)
DeleteTargetGroupRequest & WithTargetGroupIdentifier(Aws::String &&value)
const Aws::String & GetTargetGroupIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String