AWS SDK for C++

AWS SDK for C++ Version 1.11.849

Loading...
Searching...
No Matches
RollbackConfig.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 RollbackConfig() = default;
31
33
40 inline int GetTimeoutMinutes() const { return m_timeoutMinutes; }
41 inline bool TimeoutMinutesHasBeenSet() const { return m_timeoutMinutesHasBeenSet; }
42 inline void SetTimeoutMinutes(int value) {
43 m_timeoutMinutesHasBeenSet = true;
44 m_timeoutMinutes = value;
45 }
47 SetTimeoutMinutes(value);
48 return *this;
49 }
51 private:
52 int m_timeoutMinutes{0};
53 bool m_timeoutMinutesHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace EKS
58} // namespace Aws
AWS_EKS_API RollbackConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
RollbackConfig & WithTimeoutMinutes(int value)
AWS_EKS_API RollbackConfig()=default
AWS_EKS_API RollbackConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue