7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/HealthCheckProtocol.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 m_protocolHasBeenSet =
true;
63 template <
typename PathT = Aws::String>
65 m_pathHasBeenSet =
true;
66 m_path = std::forward<PathT>(value);
68 template <
typename PathT = Aws::String>
70 SetPath(std::forward<PathT>(value));
83 m_intervalHasBeenSet =
true;
100 m_timeoutHasBeenSet =
true;
117 m_healthyThresholdHasBeenSet =
true;
118 m_healthyThreshold = value;
134 m_unhealthyThresholdHasBeenSet =
true;
135 m_unhealthyThreshold = value;
151 int m_healthyThreshold{0};
153 int m_unhealthyThreshold{0};
154 bool m_protocolHasBeenSet =
false;
155 bool m_pathHasBeenSet =
false;
156 bool m_intervalHasBeenSet =
false;
157 bool m_timeoutHasBeenSet =
false;
158 bool m_healthyThresholdHasBeenSet =
false;
159 bool m_unhealthyThresholdHasBeenSet =
false;
HealthCheckConfiguration & WithProtocol(HealthCheckProtocol value)
bool IntervalHasBeenSet() const
AWS_APPRUNNER_API HealthCheckConfiguration()=default
AWS_APPRUNNER_API HealthCheckConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
HealthCheckConfiguration & WithTimeout(int value)
void SetUnhealthyThreshold(int value)
const Aws::String & GetPath() const
HealthCheckConfiguration & WithHealthyThreshold(int value)
void SetTimeout(int value)
void SetHealthyThreshold(int value)
HealthCheckConfiguration & WithPath(PathT &&value)
bool UnhealthyThresholdHasBeenSet() const
bool PathHasBeenSet() const
bool HealthyThresholdHasBeenSet() const
AWS_APPRUNNER_API HealthCheckConfiguration(Aws::Utils::Json::JsonView jsonValue)
HealthCheckConfiguration & WithUnhealthyThreshold(int value)
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
HealthCheckProtocol GetProtocol() const
void SetInterval(int value)
HealthCheckConfiguration & WithInterval(int value)
int GetHealthyThreshold() const
bool ProtocolHasBeenSet() const
bool TimeoutHasBeenSet() const
void SetPath(PathT &&value)
int GetUnhealthyThreshold() const
void SetProtocol(HealthCheckProtocol value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue