29 namespace ElasticLoadBalancing
44 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
45 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
109 inline void SetTarget(
const char* value) { m_targetHasBeenSet =
true; m_target.assign(value); }
169 inline void SetInterval(
int value) { m_intervalHasBeenSet =
true; m_interval = value; }
189 inline void SetTimeout(
int value) { m_timeoutHasBeenSet =
true; m_timeout = value; }
208 inline void SetUnhealthyThreshold(
int value) { m_unhealthyThresholdHasBeenSet =
true; m_unhealthyThreshold = value; }
226 inline void SetHealthyThreshold(
int value) { m_healthyThresholdHasBeenSet =
true; m_healthyThreshold = value; }
236 bool m_targetHasBeenSet;
238 bool m_intervalHasBeenSet;
240 bool m_timeoutHasBeenSet;
241 int m_unhealthyThreshold;
242 bool m_unhealthyThresholdHasBeenSet;
243 int m_healthyThreshold;
244 bool m_healthyThresholdHasBeenSet;
HealthCheck & WithHealthyThreshold(int value)
void SetTarget(const Aws::String &value)
const Aws::String & GetTarget() const
void SetHealthyThreshold(int value)
void SetTarget(const char *value)
int GetHealthyThreshold() const
void SetTimeout(int value)
HealthCheck & WithInterval(int value)
void SetInterval(int value)
void SetUnhealthyThreshold(int value)
int GetUnhealthyThreshold() const
std::basic_ostream< char, std::char_traits< char > > OStream
HealthCheck & WithTimeout(int value)
HealthCheck & WithTarget(const Aws::String &value)
HealthCheck & WithTarget(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
HealthCheck & WithUnhealthyThreshold(int value)
void SetTarget(Aws::String &&value)
#define AWS_ELASTICLOADBALANCING_API
HealthCheck & WithTarget(Aws::String &&value)
JSON (JavaScript Object Notation).