7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
9#include <aws/lightsail/model/ContainerServiceHealthCheckConfig.h>
42 template <
typename ContainerNameT = Aws::String>
44 m_containerNameHasBeenSet =
true;
45 m_containerName = std::forward<ContainerNameT>(value);
47 template <
typename ContainerNameT = Aws::String>
61 m_containerPortHasBeenSet =
true;
62 m_containerPort = value;
76 template <
typename HealthCheckT = ContainerServiceHealthCheckConfig>
78 m_healthCheckHasBeenSet =
true;
79 m_healthCheck = std::forward<HealthCheckT>(value);
81 template <
typename HealthCheckT = ContainerServiceHealthCheckConfig>
90 int m_containerPort{0};
92 ContainerServiceHealthCheckConfig m_healthCheck;
93 bool m_containerNameHasBeenSet =
false;
94 bool m_containerPortHasBeenSet =
false;
95 bool m_healthCheckHasBeenSet =
false;
EndpointRequest & WithHealthCheck(HealthCheckT &&value)
void SetContainerName(ContainerNameT &&value)
AWS_LIGHTSAIL_API EndpointRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API EndpointRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetHealthCheck(HealthCheckT &&value)
const Aws::String & GetContainerName() const
EndpointRequest & WithContainerPort(int value)
int GetContainerPort() const
AWS_LIGHTSAIL_API EndpointRequest()=default
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool HealthCheckHasBeenSet() const
EndpointRequest & WithContainerName(ContainerNameT &&value)
bool ContainerPortHasBeenSet() const
void SetContainerPort(int value)
bool ContainerNameHasBeenSet() const
const ContainerServiceHealthCheckConfig & GetHealthCheck() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue