AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
DeploymentProperties.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace DataZone {
17namespace Model {
18
26 public:
27 AWS_DATAZONE_API DeploymentProperties() = default;
30 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline int GetStartTimeoutMinutes() const { return m_startTimeoutMinutes; }
37 inline bool StartTimeoutMinutesHasBeenSet() const { return m_startTimeoutMinutesHasBeenSet; }
38 inline void SetStartTimeoutMinutes(int value) {
39 m_startTimeoutMinutesHasBeenSet = true;
40 m_startTimeoutMinutes = value;
41 }
44 return *this;
45 }
47
49
52 inline int GetEndTimeoutMinutes() const { return m_endTimeoutMinutes; }
53 inline bool EndTimeoutMinutesHasBeenSet() const { return m_endTimeoutMinutesHasBeenSet; }
54 inline void SetEndTimeoutMinutes(int value) {
55 m_endTimeoutMinutesHasBeenSet = true;
56 m_endTimeoutMinutes = value;
57 }
60 return *this;
61 }
63 private:
64 int m_startTimeoutMinutes{0};
65
66 int m_endTimeoutMinutes{0};
67 bool m_startTimeoutMinutesHasBeenSet = false;
68 bool m_endTimeoutMinutesHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace DataZone
73} // 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)
AWS_DATAZONE_API DeploymentProperties()=default
DeploymentProperties & WithStartTimeoutMinutes(int value)
Aws::Utils::Json::JsonValue JsonValue