AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeploymentProperties.h
1
6#pragma once
7#include <aws/datazone/DataZone_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 DataZone
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_DATAZONE_API DeploymentProperties();
36 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetEndTimeoutMinutes() const{ return m_endTimeoutMinutes; }
44 inline bool EndTimeoutMinutesHasBeenSet() const { return m_endTimeoutMinutesHasBeenSet; }
45 inline void SetEndTimeoutMinutes(int value) { m_endTimeoutMinutesHasBeenSet = true; m_endTimeoutMinutes = value; }
46 inline DeploymentProperties& WithEndTimeoutMinutes(int value) { SetEndTimeoutMinutes(value); return *this;}
48
50
53 inline int GetStartTimeoutMinutes() const{ return m_startTimeoutMinutes; }
54 inline bool StartTimeoutMinutesHasBeenSet() const { return m_startTimeoutMinutesHasBeenSet; }
55 inline void SetStartTimeoutMinutes(int value) { m_startTimeoutMinutesHasBeenSet = true; m_startTimeoutMinutes = value; }
56 inline DeploymentProperties& WithStartTimeoutMinutes(int value) { SetStartTimeoutMinutes(value); return *this;}
58 private:
59
60 int m_endTimeoutMinutes;
61 bool m_endTimeoutMinutesHasBeenSet = false;
62
63 int m_startTimeoutMinutes;
64 bool m_startTimeoutMinutesHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace DataZone
69} // namespace Aws
DeploymentProperties & WithEndTimeoutMinutes(int value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API DeploymentProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API DeploymentProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
DeploymentProperties & WithStartTimeoutMinutes(int value)
Aws::Utils::Json::JsonValue JsonValue