AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeploymentConfigurationValidationPolicy.h
1
6#pragma once
7#include <aws/greengrassv2/GreengrassV2_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 GreengrassV2
20{
21namespace Model
22{
23
39 {
40 public:
44 AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
45
46
48
53 inline int GetTimeoutInSeconds() const{ return m_timeoutInSeconds; }
54 inline bool TimeoutInSecondsHasBeenSet() const { return m_timeoutInSecondsHasBeenSet; }
55 inline void SetTimeoutInSeconds(int value) { m_timeoutInSecondsHasBeenSet = true; m_timeoutInSeconds = value; }
58 private:
59
60 int m_timeoutInSeconds;
61 bool m_timeoutInSecondsHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace GreengrassV2
66} // namespace Aws
AWS_GREENGRASSV2_API DeploymentConfigurationValidationPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASSV2_API DeploymentConfigurationValidationPolicy(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue