AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
ResourceConfigForUpdate.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_SAGEMAKER_API ResourceConfigForUpdate() = default;
37 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline int GetKeepAlivePeriodInSeconds() const { return m_keepAlivePeriodInSeconds; }
46 inline bool KeepAlivePeriodInSecondsHasBeenSet() const { return m_keepAlivePeriodInSecondsHasBeenSet; }
47 inline void SetKeepAlivePeriodInSeconds(int value) { m_keepAlivePeriodInSecondsHasBeenSet = true; m_keepAlivePeriodInSeconds = value; }
50 private:
51
52 int m_keepAlivePeriodInSeconds{0};
53 bool m_keepAlivePeriodInSecondsHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace SageMaker
58} // namespace Aws
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API ResourceConfigForUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ResourceConfigForUpdate(Aws::Utils::Json::JsonView jsonValue)
ResourceConfigForUpdate & WithKeepAlivePeriodInSeconds(int value)
AWS_SAGEMAKER_API ResourceConfigForUpdate()=default
Aws::Utils::Json::JsonValue JsonValue