7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/ServiceNodePortRange.h>
42 template <
typename EventTtlT = Aws::String>
44 m_eventTtlHasBeenSet =
true;
45 m_eventTtl = std::forward<EventTtlT>(value);
47 template <
typename EventTtlT = Aws::String>
60 template <
typename ServiceNodePortRangeT = ServiceNodePortRange>
62 m_serviceNodePortRangeHasBeenSet =
true;
63 m_serviceNodePortRange = std::forward<ServiceNodePortRangeT>(value);
65 template <
typename ServiceNodePortRangeT = ServiceNodePortRange>
75 bool m_eventTtlHasBeenSet =
false;
76 bool m_serviceNodePortRangeHasBeenSet =
false;
AWS_EKS_API KubeApiServerConfigResponse()=default
bool ServiceNodePortRangeHasBeenSet() const
void SetEventTtl(EventTtlT &&value)
const Aws::String & GetEventTtl() const
AWS_EKS_API KubeApiServerConfigResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
KubeApiServerConfigResponse & WithServiceNodePortRange(ServiceNodePortRangeT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
bool EventTtlHasBeenSet() const
KubeApiServerConfigResponse & WithEventTtl(EventTtlT &&value)
AWS_EKS_API KubeApiServerConfigResponse(Aws::Utils::Json::JsonView jsonValue)
const ServiceNodePortRange & GetServiceNodePortRange() const
void SetServiceNodePortRange(ServiceNodePortRangeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue