7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/vpc-lattice/model/HealthCheckConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename HealthCheckT = HealthCheckConfig>
43 void SetHealthCheck(HealthCheckT&& value) { m_healthCheckHasBeenSet =
true; m_healthCheck = std::forward<HealthCheckT>(value); }
44 template<
typename HealthCheckT = HealthCheckConfig>
54 template<
typename TargetGroupIdentifierT = Aws::String>
55 void SetTargetGroupIdentifier(TargetGroupIdentifierT&& value) { m_targetGroupIdentifierHasBeenSet =
true; m_targetGroupIdentifier = std::forward<TargetGroupIdentifierT>(value); }
56 template<
typename TargetGroupIdentifierT = Aws::String>
62 bool m_healthCheckHasBeenSet =
false;
65 bool m_targetGroupIdentifierHasBeenSet =
false;
void SetTargetGroupIdentifier(TargetGroupIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetTargetGroupIdentifier() const
const HealthCheckConfig & GetHealthCheck() const
bool HealthCheckHasBeenSet() const
void SetHealthCheck(HealthCheckT &&value)
UpdateTargetGroupRequest & WithTargetGroupIdentifier(TargetGroupIdentifierT &&value)
AWS_VPCLATTICE_API UpdateTargetGroupRequest()=default
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
UpdateTargetGroupRequest & WithHealthCheck(HealthCheckT &&value)
bool TargetGroupIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String