7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/ServiceNodePortRange.h>
43 template <
typename EventTtlT = Aws::String>
45 m_eventTtlHasBeenSet =
true;
46 m_eventTtl = std::forward<EventTtlT>(value);
48 template <
typename EventTtlT = Aws::String>
61 template <
typename ServiceNodePortRangeT = ServiceNodePortRange>
63 m_serviceNodePortRangeHasBeenSet =
true;
64 m_serviceNodePortRange = std::forward<ServiceNodePortRangeT>(value);
66 template <
typename ServiceNodePortRangeT = ServiceNodePortRange>
76 bool m_eventTtlHasBeenSet =
false;
77 bool m_serviceNodePortRangeHasBeenSet =
false;
const Aws::String & GetEventTtl() const
AWS_EKS_API KubeApiServerConfigRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API KubeApiServerConfigRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API KubeApiServerConfigRequest()=default
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEventTtl(EventTtlT &&value)
KubeApiServerConfigRequest & WithEventTtl(EventTtlT &&value)
KubeApiServerConfigRequest & WithServiceNodePortRange(ServiceNodePortRangeT &&value)
bool EventTtlHasBeenSet() const
bool ServiceNodePortRangeHasBeenSet() const
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