AWS SDK for C++

AWS SDK for C++ Version 1.11.879

Loading...
Searching...
No Matches
PodGcControllerConfigResponse.h
1
6#pragma once
7#include <aws/eks/EKS_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace EKS {
17namespace Model {
18
26 public:
27 AWS_EKS_API PodGcControllerConfigResponse() = default;
31
33
37 inline int GetTerminatedPodGcThreshold() const { return m_terminatedPodGcThreshold; }
38 inline bool TerminatedPodGcThresholdHasBeenSet() const { return m_terminatedPodGcThresholdHasBeenSet; }
39 inline void SetTerminatedPodGcThreshold(int value) {
40 m_terminatedPodGcThresholdHasBeenSet = true;
41 m_terminatedPodGcThreshold = value;
42 }
45 return *this;
46 }
48 private:
49 int m_terminatedPodGcThreshold{0};
50 bool m_terminatedPodGcThresholdHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace EKS
55} // namespace Aws
PodGcControllerConfigResponse & WithTerminatedPodGcThreshold(int value)
AWS_EKS_API PodGcControllerConfigResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API PodGcControllerConfigResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue