AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DeviceDeploymentSummary.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/DeviceDeploymentStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SageMaker
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_SAGEMAKER_API DeviceDeploymentSummary() = default;
40 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetEdgeDeploymentPlanArn() const { return m_edgeDeploymentPlanArn; }
48 inline bool EdgeDeploymentPlanArnHasBeenSet() const { return m_edgeDeploymentPlanArnHasBeenSet; }
49 template<typename EdgeDeploymentPlanArnT = Aws::String>
50 void SetEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT&& value) { m_edgeDeploymentPlanArnHasBeenSet = true; m_edgeDeploymentPlanArn = std::forward<EdgeDeploymentPlanArnT>(value); }
51 template<typename EdgeDeploymentPlanArnT = Aws::String>
52 DeviceDeploymentSummary& WithEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT&& value) { SetEdgeDeploymentPlanArn(std::forward<EdgeDeploymentPlanArnT>(value)); return *this;}
54
56
59 inline const Aws::String& GetEdgeDeploymentPlanName() const { return m_edgeDeploymentPlanName; }
60 inline bool EdgeDeploymentPlanNameHasBeenSet() const { return m_edgeDeploymentPlanNameHasBeenSet; }
61 template<typename EdgeDeploymentPlanNameT = Aws::String>
62 void SetEdgeDeploymentPlanName(EdgeDeploymentPlanNameT&& value) { m_edgeDeploymentPlanNameHasBeenSet = true; m_edgeDeploymentPlanName = std::forward<EdgeDeploymentPlanNameT>(value); }
63 template<typename EdgeDeploymentPlanNameT = Aws::String>
64 DeviceDeploymentSummary& WithEdgeDeploymentPlanName(EdgeDeploymentPlanNameT&& value) { SetEdgeDeploymentPlanName(std::forward<EdgeDeploymentPlanNameT>(value)); return *this;}
66
68
71 inline const Aws::String& GetStageName() const { return m_stageName; }
72 inline bool StageNameHasBeenSet() const { return m_stageNameHasBeenSet; }
73 template<typename StageNameT = Aws::String>
74 void SetStageName(StageNameT&& value) { m_stageNameHasBeenSet = true; m_stageName = std::forward<StageNameT>(value); }
75 template<typename StageNameT = Aws::String>
76 DeviceDeploymentSummary& WithStageName(StageNameT&& value) { SetStageName(std::forward<StageNameT>(value)); return *this;}
78
80
83 inline const Aws::String& GetDeployedStageName() const { return m_deployedStageName; }
84 inline bool DeployedStageNameHasBeenSet() const { return m_deployedStageNameHasBeenSet; }
85 template<typename DeployedStageNameT = Aws::String>
86 void SetDeployedStageName(DeployedStageNameT&& value) { m_deployedStageNameHasBeenSet = true; m_deployedStageName = std::forward<DeployedStageNameT>(value); }
87 template<typename DeployedStageNameT = Aws::String>
88 DeviceDeploymentSummary& WithDeployedStageName(DeployedStageNameT&& value) { SetDeployedStageName(std::forward<DeployedStageNameT>(value)); return *this;}
90
92
95 inline const Aws::String& GetDeviceFleetName() const { return m_deviceFleetName; }
96 inline bool DeviceFleetNameHasBeenSet() const { return m_deviceFleetNameHasBeenSet; }
97 template<typename DeviceFleetNameT = Aws::String>
98 void SetDeviceFleetName(DeviceFleetNameT&& value) { m_deviceFleetNameHasBeenSet = true; m_deviceFleetName = std::forward<DeviceFleetNameT>(value); }
99 template<typename DeviceFleetNameT = Aws::String>
100 DeviceDeploymentSummary& WithDeviceFleetName(DeviceFleetNameT&& value) { SetDeviceFleetName(std::forward<DeviceFleetNameT>(value)); return *this;}
102
104
107 inline const Aws::String& GetDeviceName() const { return m_deviceName; }
108 inline bool DeviceNameHasBeenSet() const { return m_deviceNameHasBeenSet; }
109 template<typename DeviceNameT = Aws::String>
110 void SetDeviceName(DeviceNameT&& value) { m_deviceNameHasBeenSet = true; m_deviceName = std::forward<DeviceNameT>(value); }
111 template<typename DeviceNameT = Aws::String>
112 DeviceDeploymentSummary& WithDeviceName(DeviceNameT&& value) { SetDeviceName(std::forward<DeviceNameT>(value)); return *this;}
114
116
119 inline const Aws::String& GetDeviceArn() const { return m_deviceArn; }
120 inline bool DeviceArnHasBeenSet() const { return m_deviceArnHasBeenSet; }
121 template<typename DeviceArnT = Aws::String>
122 void SetDeviceArn(DeviceArnT&& value) { m_deviceArnHasBeenSet = true; m_deviceArn = std::forward<DeviceArnT>(value); }
123 template<typename DeviceArnT = Aws::String>
124 DeviceDeploymentSummary& WithDeviceArn(DeviceArnT&& value) { SetDeviceArn(std::forward<DeviceArnT>(value)); return *this;}
126
128
131 inline DeviceDeploymentStatus GetDeviceDeploymentStatus() const { return m_deviceDeploymentStatus; }
132 inline bool DeviceDeploymentStatusHasBeenSet() const { return m_deviceDeploymentStatusHasBeenSet; }
133 inline void SetDeviceDeploymentStatus(DeviceDeploymentStatus value) { m_deviceDeploymentStatusHasBeenSet = true; m_deviceDeploymentStatus = value; }
136
138
141 inline const Aws::String& GetDeviceDeploymentStatusMessage() const { return m_deviceDeploymentStatusMessage; }
142 inline bool DeviceDeploymentStatusMessageHasBeenSet() const { return m_deviceDeploymentStatusMessageHasBeenSet; }
143 template<typename DeviceDeploymentStatusMessageT = Aws::String>
144 void SetDeviceDeploymentStatusMessage(DeviceDeploymentStatusMessageT&& value) { m_deviceDeploymentStatusMessageHasBeenSet = true; m_deviceDeploymentStatusMessage = std::forward<DeviceDeploymentStatusMessageT>(value); }
145 template<typename DeviceDeploymentStatusMessageT = Aws::String>
146 DeviceDeploymentSummary& WithDeviceDeploymentStatusMessage(DeviceDeploymentStatusMessageT&& value) { SetDeviceDeploymentStatusMessage(std::forward<DeviceDeploymentStatusMessageT>(value)); return *this;}
148
150
153 inline const Aws::String& GetDescription() const { return m_description; }
154 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
155 template<typename DescriptionT = Aws::String>
156 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
157 template<typename DescriptionT = Aws::String>
158 DeviceDeploymentSummary& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
160
162
165 inline const Aws::Utils::DateTime& GetDeploymentStartTime() const { return m_deploymentStartTime; }
166 inline bool DeploymentStartTimeHasBeenSet() const { return m_deploymentStartTimeHasBeenSet; }
167 template<typename DeploymentStartTimeT = Aws::Utils::DateTime>
168 void SetDeploymentStartTime(DeploymentStartTimeT&& value) { m_deploymentStartTimeHasBeenSet = true; m_deploymentStartTime = std::forward<DeploymentStartTimeT>(value); }
169 template<typename DeploymentStartTimeT = Aws::Utils::DateTime>
170 DeviceDeploymentSummary& WithDeploymentStartTime(DeploymentStartTimeT&& value) { SetDeploymentStartTime(std::forward<DeploymentStartTimeT>(value)); return *this;}
172 private:
173
174 Aws::String m_edgeDeploymentPlanArn;
175 bool m_edgeDeploymentPlanArnHasBeenSet = false;
176
177 Aws::String m_edgeDeploymentPlanName;
178 bool m_edgeDeploymentPlanNameHasBeenSet = false;
179
180 Aws::String m_stageName;
181 bool m_stageNameHasBeenSet = false;
182
183 Aws::String m_deployedStageName;
184 bool m_deployedStageNameHasBeenSet = false;
185
186 Aws::String m_deviceFleetName;
187 bool m_deviceFleetNameHasBeenSet = false;
188
189 Aws::String m_deviceName;
190 bool m_deviceNameHasBeenSet = false;
191
192 Aws::String m_deviceArn;
193 bool m_deviceArnHasBeenSet = false;
194
196 bool m_deviceDeploymentStatusHasBeenSet = false;
197
198 Aws::String m_deviceDeploymentStatusMessage;
199 bool m_deviceDeploymentStatusMessageHasBeenSet = false;
200
201 Aws::String m_description;
202 bool m_descriptionHasBeenSet = false;
203
204 Aws::Utils::DateTime m_deploymentStartTime{};
205 bool m_deploymentStartTimeHasBeenSet = false;
206 };
207
208} // namespace Model
209} // namespace SageMaker
210} // namespace Aws
DeviceDeploymentSummary & WithDeviceFleetName(DeviceFleetNameT &&value)
DeviceDeploymentSummary & WithStageName(StageNameT &&value)
DeviceDeploymentSummary & WithEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT &&value)
DeviceDeploymentSummary & WithDeviceName(DeviceNameT &&value)
DeviceDeploymentSummary & WithDescription(DescriptionT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeviceDeploymentStatusMessage(DeviceDeploymentStatusMessageT &&value)
const Aws::Utils::DateTime & GetDeploymentStartTime() const
AWS_SAGEMAKER_API DeviceDeploymentSummary()=default
DeviceDeploymentSummary & WithDeviceDeploymentStatus(DeviceDeploymentStatus value)
void SetDeviceDeploymentStatus(DeviceDeploymentStatus value)
AWS_SAGEMAKER_API DeviceDeploymentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
DeviceDeploymentSummary & WithDeploymentStartTime(DeploymentStartTimeT &&value)
AWS_SAGEMAKER_API DeviceDeploymentSummary(Aws::Utils::Json::JsonView jsonValue)
DeviceDeploymentSummary & WithDeployedStageName(DeployedStageNameT &&value)
void SetDeploymentStartTime(DeploymentStartTimeT &&value)
void SetEdgeDeploymentPlanName(EdgeDeploymentPlanNameT &&value)
void SetEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT &&value)
DeviceDeploymentSummary & WithDeviceArn(DeviceArnT &&value)
DeviceDeploymentSummary & WithEdgeDeploymentPlanName(EdgeDeploymentPlanNameT &&value)
DeviceDeploymentSummary & WithDeviceDeploymentStatusMessage(DeviceDeploymentStatusMessageT &&value)
void SetDeployedStageName(DeployedStageNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue