7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/DurationParameterConfig.h>
9#include <aws/eks/model/PortRangeParameterConfig.h>
42 template <
typename EventTtlT = DurationParameterConfig>
44 m_eventTtlHasBeenSet =
true;
45 m_eventTtl = std::forward<EventTtlT>(value);
47 template <
typename EventTtlT = DurationParameterConfig>
61 template <
typename ServiceNodePortRangeT = PortRangeParameterConfig>
63 m_serviceNodePortRangeHasBeenSet =
true;
64 m_serviceNodePortRange = std::forward<ServiceNodePortRangeT>(value);
66 template <
typename ServiceNodePortRangeT = PortRangeParameterConfig>
76 bool m_eventTtlHasBeenSet =
false;
77 bool m_serviceNodePortRangeHasBeenSet =
false;
void SetServiceNodePortRange(ServiceNodePortRangeT &&value)
AWS_EKS_API KubeApiServerVersionConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
const DurationParameterConfig & GetEventTtl() const
void SetEventTtl(EventTtlT &&value)
const PortRangeParameterConfig & GetServiceNodePortRange() const
bool EventTtlHasBeenSet() const
KubeApiServerVersionConfig & WithEventTtl(EventTtlT &&value)
AWS_EKS_API KubeApiServerVersionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServiceNodePortRangeHasBeenSet() const
AWS_EKS_API KubeApiServerVersionConfig()=default
KubeApiServerVersionConfig & WithServiceNodePortRange(ServiceNodePortRangeT &&value)
Aws::Utils::Json::JsonValue JsonValue