7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/DeploymentStageStatusSummary.h>
13#include <aws/sagemaker/model/EdgeDeploymentModelConfig.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename EdgeDeploymentPlanArnT = Aws::String>
41 m_edgeDeploymentPlanArnHasBeenSet =
true;
42 m_edgeDeploymentPlanArn = std::forward<EdgeDeploymentPlanArnT>(value);
44 template <
typename EdgeDeploymentPlanArnT = Aws::String>
56 template <
typename EdgeDeploymentPlanNameT = Aws::String>
58 m_edgeDeploymentPlanNameHasBeenSet =
true;
59 m_edgeDeploymentPlanName = std::forward<EdgeDeploymentPlanNameT>(value);
61 template <
typename EdgeDeploymentPlanNameT = Aws::String>
73 template <
typename ModelConfigsT = Aws::Vector<EdgeDeploymentModelConfig>>
75 m_modelConfigsHasBeenSet =
true;
76 m_modelConfigs = std::forward<ModelConfigsT>(value);
78 template <
typename ModelConfigsT = Aws::Vector<EdgeDeploymentModelConfig>>
83 template <
typename ModelConfigsT = EdgeDeploymentModelConfig>
85 m_modelConfigsHasBeenSet =
true;
86 m_modelConfigs.emplace_back(std::forward<ModelConfigsT>(value));
96 template <
typename DeviceFleetNameT = Aws::String>
98 m_deviceFleetNameHasBeenSet =
true;
99 m_deviceFleetName = std::forward<DeviceFleetNameT>(value);
101 template <
typename DeviceFleetNameT = Aws::String>
114 m_edgeDeploymentSuccessHasBeenSet =
true;
115 m_edgeDeploymentSuccess = value;
129 m_edgeDeploymentPendingHasBeenSet =
true;
130 m_edgeDeploymentPending = value;
144 m_edgeDeploymentFailedHasBeenSet =
true;
145 m_edgeDeploymentFailed = value;
158 template <
typename StagesT = Aws::Vector<DeploymentStageStatusSummary>>
160 m_stagesHasBeenSet =
true;
161 m_stages = std::forward<StagesT>(value);
163 template <
typename StagesT = Aws::Vector<DeploymentStageStatusSummary>>
168 template <
typename StagesT = DeploymentStageStatusSummary>
170 m_stagesHasBeenSet =
true;
171 m_stages.emplace_back(std::forward<StagesT>(value));
182 template <
typename NextTokenT = Aws::String>
184 m_nextTokenHasBeenSet =
true;
185 m_nextToken = std::forward<NextTokenT>(value);
187 template <
typename NextTokenT = Aws::String>
199 template <
typename CreationTimeT = Aws::Utils::DateTime>
201 m_creationTimeHasBeenSet =
true;
202 m_creationTime = std::forward<CreationTimeT>(value);
204 template <
typename CreationTimeT = Aws::Utils::DateTime>
216 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
218 m_lastModifiedTimeHasBeenSet =
true;
219 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
221 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
231 template <
typename RequestIdT = Aws::String>
233 m_requestIdHasBeenSet =
true;
234 m_requestId = std::forward<RequestIdT>(value);
236 template <
typename RequestIdT = Aws::String>
253 int m_edgeDeploymentSuccess{0};
255 int m_edgeDeploymentPending{0};
257 int m_edgeDeploymentFailed{0};
269 bool m_edgeDeploymentPlanArnHasBeenSet =
false;
270 bool m_edgeDeploymentPlanNameHasBeenSet =
false;
271 bool m_modelConfigsHasBeenSet =
false;
272 bool m_deviceFleetNameHasBeenSet =
false;
273 bool m_edgeDeploymentSuccessHasBeenSet =
false;
274 bool m_edgeDeploymentPendingHasBeenSet =
false;
275 bool m_edgeDeploymentFailedHasBeenSet =
false;
276 bool m_stagesHasBeenSet =
false;
277 bool m_nextTokenHasBeenSet =
false;
278 bool m_creationTimeHasBeenSet =
false;
279 bool m_lastModifiedTimeHasBeenSet =
false;
280 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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