7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/DeploymentStageStatusSummary.h>
12#include <aws/sagemaker/model/EdgeDeploymentModelConfig.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename EdgeDeploymentPlanArnT = Aws::String>
40 m_edgeDeploymentPlanArnHasBeenSet =
true;
41 m_edgeDeploymentPlanArn = std::forward<EdgeDeploymentPlanArnT>(value);
43 template <
typename EdgeDeploymentPlanArnT = Aws::String>
55 template <
typename EdgeDeploymentPlanNameT = Aws::String>
57 m_edgeDeploymentPlanNameHasBeenSet =
true;
58 m_edgeDeploymentPlanName = std::forward<EdgeDeploymentPlanNameT>(value);
60 template <
typename EdgeDeploymentPlanNameT = Aws::String>
72 template <
typename ModelConfigsT = Aws::Vector<EdgeDeploymentModelConfig>>
74 m_modelConfigsHasBeenSet =
true;
75 m_modelConfigs = std::forward<ModelConfigsT>(value);
77 template <
typename ModelConfigsT = Aws::Vector<EdgeDeploymentModelConfig>>
82 template <
typename ModelConfigsT = EdgeDeploymentModelConfig>
84 m_modelConfigsHasBeenSet =
true;
85 m_modelConfigs.emplace_back(std::forward<ModelConfigsT>(value));
95 template <
typename DeviceFleetNameT = Aws::String>
97 m_deviceFleetNameHasBeenSet =
true;
98 m_deviceFleetName = std::forward<DeviceFleetNameT>(value);
100 template <
typename DeviceFleetNameT = Aws::String>
113 m_edgeDeploymentSuccessHasBeenSet =
true;
114 m_edgeDeploymentSuccess = value;
128 m_edgeDeploymentPendingHasBeenSet =
true;
129 m_edgeDeploymentPending = value;
143 m_edgeDeploymentFailedHasBeenSet =
true;
144 m_edgeDeploymentFailed = value;
157 template <
typename StagesT = Aws::Vector<DeploymentStageStatusSummary>>
159 m_stagesHasBeenSet =
true;
160 m_stages = std::forward<StagesT>(value);
162 template <
typename StagesT = Aws::Vector<DeploymentStageStatusSummary>>
167 template <
typename StagesT = DeploymentStageStatusSummary>
169 m_stagesHasBeenSet =
true;
170 m_stages.emplace_back(std::forward<StagesT>(value));
181 template <
typename NextTokenT = Aws::String>
183 m_nextTokenHasBeenSet =
true;
184 m_nextToken = std::forward<NextTokenT>(value);
186 template <
typename NextTokenT = Aws::String>
198 template <
typename CreationTimeT = Aws::Utils::DateTime>
200 m_creationTimeHasBeenSet =
true;
201 m_creationTime = std::forward<CreationTimeT>(value);
203 template <
typename CreationTimeT = Aws::Utils::DateTime>
215 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
217 m_lastModifiedTimeHasBeenSet =
true;
218 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
220 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
230 template <
typename RequestIdT = Aws::String>
232 m_requestIdHasBeenSet =
true;
233 m_requestId = std::forward<RequestIdT>(value);
235 template <
typename RequestIdT = Aws::String>
250 int m_edgeDeploymentSuccess{0};
252 int m_edgeDeploymentPending{0};
254 int m_edgeDeploymentFailed{0};
265 bool m_edgeDeploymentPlanArnHasBeenSet =
false;
266 bool m_edgeDeploymentPlanNameHasBeenSet =
false;
267 bool m_modelConfigsHasBeenSet =
false;
268 bool m_deviceFleetNameHasBeenSet =
false;
269 bool m_edgeDeploymentSuccessHasBeenSet =
false;
270 bool m_edgeDeploymentPendingHasBeenSet =
false;
271 bool m_edgeDeploymentFailedHasBeenSet =
false;
272 bool m_stagesHasBeenSet =
false;
273 bool m_nextTokenHasBeenSet =
false;
274 bool m_creationTimeHasBeenSet =
false;
275 bool m_lastModifiedTimeHasBeenSet =
false;
276 bool m_requestIdHasBeenSet =
false;
int GetEdgeDeploymentFailed() const
DescribeEdgeDeploymentPlanResult & WithEdgeDeploymentPending(int value)
void SetDeviceFleetName(DeviceFleetNameT &&value)
void SetModelConfigs(ModelConfigsT &&value)
void SetEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
DescribeEdgeDeploymentPlanResult & WithModelConfigs(ModelConfigsT &&value)
void SetNextToken(NextTokenT &&value)
AWS_SAGEMAKER_API DescribeEdgeDeploymentPlanResult()=default
DescribeEdgeDeploymentPlanResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeEdgeDeploymentPlanResult & WithDeviceFleetName(DeviceFleetNameT &&value)
DescribeEdgeDeploymentPlanResult & WithEdgeDeploymentPlanName(EdgeDeploymentPlanNameT &&value)
DescribeEdgeDeploymentPlanResult & WithCreationTime(CreationTimeT &&value)
const Aws::Vector< DeploymentStageStatusSummary > & GetStages() const
void SetEdgeDeploymentSuccess(int value)
const Aws::Vector< EdgeDeploymentModelConfig > & GetModelConfigs() const
DescribeEdgeDeploymentPlanResult & WithEdgeDeploymentFailed(int value)
AWS_SAGEMAKER_API DescribeEdgeDeploymentPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDeviceFleetName() const
const Aws::String & GetEdgeDeploymentPlanArn() const
void SetEdgeDeploymentFailed(int value)
int GetEdgeDeploymentSuccess() const
void SetEdgeDeploymentPlanName(EdgeDeploymentPlanNameT &&value)
DescribeEdgeDeploymentPlanResult & AddModelConfigs(ModelConfigsT &&value)
void SetStages(StagesT &&value)
int GetEdgeDeploymentPending() const
const Aws::String & GetNextToken() const
DescribeEdgeDeploymentPlanResult & WithStages(StagesT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeEdgeDeploymentPlanResult & WithEdgeDeploymentSuccess(int value)
void SetEdgeDeploymentPending(int value)
const Aws::String & GetEdgeDeploymentPlanName() const
DescribeEdgeDeploymentPlanResult & AddStages(StagesT &&value)
DescribeEdgeDeploymentPlanResult & WithEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT &&value)
DescribeEdgeDeploymentPlanResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeEdgeDeploymentPlanResult & WithNextToken(NextTokenT &&value)
AWS_SAGEMAKER_API DescribeEdgeDeploymentPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue