7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/EdgeDeploymentModelConfig.h>
12#include <aws/sagemaker/model/DeploymentStageStatusSummary.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename EdgeDeploymentPlanArnT = Aws::String>
45 void SetEdgeDeploymentPlanArn(EdgeDeploymentPlanArnT&& value) { m_edgeDeploymentPlanArnHasBeenSet =
true; m_edgeDeploymentPlanArn = std::forward<EdgeDeploymentPlanArnT>(value); }
46 template<
typename EdgeDeploymentPlanArnT = Aws::String>
55 template<
typename EdgeDeploymentPlanNameT = Aws::String>
56 void SetEdgeDeploymentPlanName(EdgeDeploymentPlanNameT&& value) { m_edgeDeploymentPlanNameHasBeenSet =
true; m_edgeDeploymentPlanName = std::forward<EdgeDeploymentPlanNameT>(value); }
57 template<
typename EdgeDeploymentPlanNameT = Aws::String>
66 template<
typename ModelConfigsT = Aws::Vector<EdgeDeploymentModelConfig>>
67 void SetModelConfigs(ModelConfigsT&& value) { m_modelConfigsHasBeenSet =
true; m_modelConfigs = std::forward<ModelConfigsT>(value); }
68 template<
typename ModelConfigsT = Aws::Vector<EdgeDeploymentModelConfig>>
70 template<
typename ModelConfigsT = EdgeDeploymentModelConfig>
79 template<
typename DeviceFleetNameT = Aws::String>
80 void SetDeviceFleetName(DeviceFleetNameT&& value) { m_deviceFleetNameHasBeenSet =
true; m_deviceFleetName = std::forward<DeviceFleetNameT>(value); }
81 template<
typename DeviceFleetNameT = Aws::String>
117 template<
typename StagesT = Aws::Vector<DeploymentStageStatusSummary>>
118 void SetStages(StagesT&& value) { m_stagesHasBeenSet =
true; m_stages = std::forward<StagesT>(value); }
119 template<
typename StagesT = Aws::Vector<DeploymentStageStatusSummary>>
121 template<
typename StagesT = DeploymentStageStatusSummary>
131 template<
typename NextTokenT = Aws::String>
132 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
133 template<
typename NextTokenT = Aws::String>
142 template<
typename CreationTimeT = Aws::Utils::DateTime>
143 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
144 template<
typename CreationTimeT = Aws::Utils::DateTime>
153 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
154 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
155 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
162 template<
typename RequestIdT = Aws::String>
163 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
164 template<
typename RequestIdT = Aws::String>
170 bool m_edgeDeploymentPlanArnHasBeenSet =
false;
173 bool m_edgeDeploymentPlanNameHasBeenSet =
false;
176 bool m_modelConfigsHasBeenSet =
false;
179 bool m_deviceFleetNameHasBeenSet =
false;
181 int m_edgeDeploymentSuccess{0};
182 bool m_edgeDeploymentSuccessHasBeenSet =
false;
184 int m_edgeDeploymentPending{0};
185 bool m_edgeDeploymentPendingHasBeenSet =
false;
187 int m_edgeDeploymentFailed{0};
188 bool m_edgeDeploymentFailedHasBeenSet =
false;
191 bool m_stagesHasBeenSet =
false;
194 bool m_nextTokenHasBeenSet =
false;
197 bool m_creationTimeHasBeenSet =
false;
200 bool m_lastModifiedTimeHasBeenSet =
false;
203 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