AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
ProvisionalConfiguration.h
1
6#pragma once
7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace LicenseManager {
17namespace Model {
18
25 public:
26 AWS_LICENSEMANAGER_API ProvisionalConfiguration() = default;
27 AWS_LICENSEMANAGER_API ProvisionalConfiguration(Aws::Utils::Json::JsonView jsonValue);
29 AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline int GetMaxTimeToLiveInMinutes() const { return m_maxTimeToLiveInMinutes; }
36 inline bool MaxTimeToLiveInMinutesHasBeenSet() const { return m_maxTimeToLiveInMinutesHasBeenSet; }
37 inline void SetMaxTimeToLiveInMinutes(int value) {
38 m_maxTimeToLiveInMinutesHasBeenSet = true;
39 m_maxTimeToLiveInMinutes = value;
40 }
43 return *this;
44 }
46 private:
47 int m_maxTimeToLiveInMinutes{0};
48 bool m_maxTimeToLiveInMinutesHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace LicenseManager
53} // namespace Aws
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LICENSEMANAGER_API ProvisionalConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_LICENSEMANAGER_API ProvisionalConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ProvisionalConfiguration & WithMaxTimeToLiveInMinutes(int value)
AWS_LICENSEMANAGER_API ProvisionalConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue