7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/EdgeOutputConfig.h>
10#include <aws/sagemaker/model/EdgePackagingJobStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/EdgePresetDeploymentOutput.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename EdgePackagingJobArnT = Aws::String>
45 void SetEdgePackagingJobArn(EdgePackagingJobArnT&& value) { m_edgePackagingJobArnHasBeenSet =
true; m_edgePackagingJobArn = std::forward<EdgePackagingJobArnT>(value); }
46 template<
typename EdgePackagingJobArnT = Aws::String>
55 template<
typename EdgePackagingJobNameT = Aws::String>
56 void SetEdgePackagingJobName(EdgePackagingJobNameT&& value) { m_edgePackagingJobNameHasBeenSet =
true; m_edgePackagingJobName = std::forward<EdgePackagingJobNameT>(value); }
57 template<
typename EdgePackagingJobNameT = Aws::String>
67 template<
typename CompilationJobNameT = Aws::String>
68 void SetCompilationJobName(CompilationJobNameT&& value) { m_compilationJobNameHasBeenSet =
true; m_compilationJobName = std::forward<CompilationJobNameT>(value); }
69 template<
typename CompilationJobNameT = Aws::String>
78 template<
typename ModelNameT = Aws::String>
79 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
80 template<
typename ModelNameT = Aws::String>
89 template<
typename ModelVersionT = Aws::String>
90 void SetModelVersion(ModelVersionT&& value) { m_modelVersionHasBeenSet =
true; m_modelVersion = std::forward<ModelVersionT>(value); }
91 template<
typename ModelVersionT = Aws::String>
101 template<
typename RoleArnT = Aws::String>
102 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
103 template<
typename RoleArnT = Aws::String>
112 template<
typename OutputConfigT = EdgeOutputConfig>
113 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
114 template<
typename OutputConfigT = EdgeOutputConfig>
124 template<
typename ResourceKeyT = Aws::String>
125 void SetResourceKey(ResourceKeyT&& value) { m_resourceKeyHasBeenSet =
true; m_resourceKey = std::forward<ResourceKeyT>(value); }
126 template<
typename ResourceKeyT = Aws::String>
144 template<
typename EdgePackagingJobStatusMessageT = Aws::String>
145 void SetEdgePackagingJobStatusMessage(EdgePackagingJobStatusMessageT&& value) { m_edgePackagingJobStatusMessageHasBeenSet =
true; m_edgePackagingJobStatusMessage = std::forward<EdgePackagingJobStatusMessageT>(value); }
146 template<
typename EdgePackagingJobStatusMessageT = Aws::String>
155 template<
typename CreationTimeT = Aws::Utils::DateTime>
156 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
157 template<
typename CreationTimeT = Aws::Utils::DateTime>
166 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
167 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
168 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
177 template<
typename ModelArtifactT = Aws::String>
178 void SetModelArtifact(ModelArtifactT&& value) { m_modelArtifactHasBeenSet =
true; m_modelArtifact = std::forward<ModelArtifactT>(value); }
179 template<
typename ModelArtifactT = Aws::String>
188 template<
typename ModelSignatureT = Aws::String>
189 void SetModelSignature(ModelSignatureT&& value) { m_modelSignatureHasBeenSet =
true; m_modelSignature = std::forward<ModelSignatureT>(value); }
190 template<
typename ModelSignatureT = Aws::String>
199 template<
typename PresetDeploymentOutputT = EdgePresetDeploymentOutput>
200 void SetPresetDeploymentOutput(PresetDeploymentOutputT&& value) { m_presetDeploymentOutputHasBeenSet =
true; m_presetDeploymentOutput = std::forward<PresetDeploymentOutputT>(value); }
201 template<
typename PresetDeploymentOutputT = EdgePresetDeploymentOutput>
208 template<
typename RequestIdT = Aws::String>
209 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
210 template<
typename RequestIdT = Aws::String>
216 bool m_edgePackagingJobArnHasBeenSet =
false;
219 bool m_edgePackagingJobNameHasBeenSet =
false;
222 bool m_compilationJobNameHasBeenSet =
false;
225 bool m_modelNameHasBeenSet =
false;
228 bool m_modelVersionHasBeenSet =
false;
231 bool m_roleArnHasBeenSet =
false;
234 bool m_outputConfigHasBeenSet =
false;
237 bool m_resourceKeyHasBeenSet =
false;
240 bool m_edgePackagingJobStatusHasBeenSet =
false;
243 bool m_edgePackagingJobStatusMessageHasBeenSet =
false;
246 bool m_creationTimeHasBeenSet =
false;
249 bool m_lastModifiedTimeHasBeenSet =
false;
252 bool m_modelArtifactHasBeenSet =
false;
255 bool m_modelSignatureHasBeenSet =
false;
257 EdgePresetDeploymentOutput m_presetDeploymentOutput;
258 bool m_presetDeploymentOutputHasBeenSet =
false;
261 bool m_requestIdHasBeenSet =
false;
DescribeEdgePackagingJobResult & WithRoleArn(RoleArnT &&value)
AWS_SAGEMAKER_API DescribeEdgePackagingJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEdgePackagingJobStatusMessage(EdgePackagingJobStatusMessageT &&value)
const Aws::String & GetModelName() const
DescribeEdgePackagingJobResult & WithModelName(ModelNameT &&value)
void SetOutputConfig(OutputConfigT &&value)
DescribeEdgePackagingJobResult & WithPresetDeploymentOutput(PresetDeploymentOutputT &&value)
DescribeEdgePackagingJobResult & WithOutputConfig(OutputConfigT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetModelVersion() const
const Aws::String & GetModelSignature() const
const Aws::String & GetRoleArn() const
const Aws::String & GetEdgePackagingJobStatusMessage() const
void SetEdgePackagingJobName(EdgePackagingJobNameT &&value)
const Aws::String & GetEdgePackagingJobName() const
const EdgePresetDeploymentOutput & GetPresetDeploymentOutput() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API DescribeEdgePackagingJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEdgePackagingJobStatus(EdgePackagingJobStatus value)
DescribeEdgePackagingJobResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetResourceKey() const
DescribeEdgePackagingJobResult & WithEdgePackagingJobArn(EdgePackagingJobArnT &&value)
void SetPresetDeploymentOutput(PresetDeploymentOutputT &&value)
DescribeEdgePackagingJobResult & WithCreationTime(CreationTimeT &&value)
DescribeEdgePackagingJobResult & WithModelArtifact(ModelArtifactT &&value)
void SetResourceKey(ResourceKeyT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetModelSignature(ModelSignatureT &&value)
DescribeEdgePackagingJobResult & WithCompilationJobName(CompilationJobNameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DescribeEdgePackagingJobResult()=default
DescribeEdgePackagingJobResult & WithResourceKey(ResourceKeyT &&value)
void SetModelVersion(ModelVersionT &&value)
const Aws::String & GetCompilationJobName() const
void SetModelName(ModelNameT &&value)
const Aws::String & GetModelArtifact() const
DescribeEdgePackagingJobResult & WithModelSignature(ModelSignatureT &&value)
const EdgeOutputConfig & GetOutputConfig() const
const Aws::String & GetRequestId() const
DescribeEdgePackagingJobResult & WithModelVersion(ModelVersionT &&value)
void SetCreationTime(CreationTimeT &&value)
EdgePackagingJobStatus GetEdgePackagingJobStatus() const
DescribeEdgePackagingJobResult & WithEdgePackagingJobStatusMessage(EdgePackagingJobStatusMessageT &&value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobName(EdgePackagingJobNameT &&value)
void SetEdgePackagingJobArn(EdgePackagingJobArnT &&value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobStatus(EdgePackagingJobStatus value)
void SetCompilationJobName(CompilationJobNameT &&value)
void SetModelArtifact(ModelArtifactT &&value)
const Aws::String & GetEdgePackagingJobArn() const
DescribeEdgePackagingJobResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue