7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename TargetGroupIdentifierT = Aws::String>
42 void SetTargetGroupIdentifier(TargetGroupIdentifierT&& value) { m_targetGroupIdentifierHasBeenSet =
true; m_targetGroupIdentifier = std::forward<TargetGroupIdentifierT>(value); }
43 template<
typename TargetGroupIdentifierT = Aws::String>
49 bool m_targetGroupIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
GetTargetGroupRequest & WithTargetGroupIdentifier(TargetGroupIdentifierT &&value)
bool TargetGroupIdentifierHasBeenSet() const
void SetTargetGroupIdentifier(TargetGroupIdentifierT &&value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
const Aws::String & GetTargetGroupIdentifier() const
AWS_VPCLATTICE_API GetTargetGroupRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String