AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeEdgePackagingJobResult.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/EdgeOutputConfig.h>
10#include <aws/sagemaker/model/EdgePackagingJobStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/EdgePresetDeploymentOutput.h>
13#include <utility>
14
15namespace Aws
16{
17template<typename RESULT_TYPE>
18class AmazonWebServiceResult;
19
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace SageMaker
28{
29namespace Model
30{
32 {
33 public:
34 AWS_SAGEMAKER_API DescribeEdgePackagingJobResult();
37
38
40
43 inline const Aws::String& GetEdgePackagingJobArn() const{ return m_edgePackagingJobArn; }
44 inline void SetEdgePackagingJobArn(const Aws::String& value) { m_edgePackagingJobArn = value; }
45 inline void SetEdgePackagingJobArn(Aws::String&& value) { m_edgePackagingJobArn = std::move(value); }
46 inline void SetEdgePackagingJobArn(const char* value) { m_edgePackagingJobArn.assign(value); }
49 inline DescribeEdgePackagingJobResult& WithEdgePackagingJobArn(const char* value) { SetEdgePackagingJobArn(value); return *this;}
51
53
56 inline const Aws::String& GetEdgePackagingJobName() const{ return m_edgePackagingJobName; }
57 inline void SetEdgePackagingJobName(const Aws::String& value) { m_edgePackagingJobName = value; }
58 inline void SetEdgePackagingJobName(Aws::String&& value) { m_edgePackagingJobName = std::move(value); }
59 inline void SetEdgePackagingJobName(const char* value) { m_edgePackagingJobName.assign(value); }
62 inline DescribeEdgePackagingJobResult& WithEdgePackagingJobName(const char* value) { SetEdgePackagingJobName(value); return *this;}
64
66
70 inline const Aws::String& GetCompilationJobName() const{ return m_compilationJobName; }
71 inline void SetCompilationJobName(const Aws::String& value) { m_compilationJobName = value; }
72 inline void SetCompilationJobName(Aws::String&& value) { m_compilationJobName = std::move(value); }
73 inline void SetCompilationJobName(const char* value) { m_compilationJobName.assign(value); }
76 inline DescribeEdgePackagingJobResult& WithCompilationJobName(const char* value) { SetCompilationJobName(value); return *this;}
78
80
83 inline const Aws::String& GetModelName() const{ return m_modelName; }
84 inline void SetModelName(const Aws::String& value) { m_modelName = value; }
85 inline void SetModelName(Aws::String&& value) { m_modelName = std::move(value); }
86 inline void SetModelName(const char* value) { m_modelName.assign(value); }
87 inline DescribeEdgePackagingJobResult& WithModelName(const Aws::String& value) { SetModelName(value); return *this;}
88 inline DescribeEdgePackagingJobResult& WithModelName(Aws::String&& value) { SetModelName(std::move(value)); return *this;}
89 inline DescribeEdgePackagingJobResult& WithModelName(const char* value) { SetModelName(value); return *this;}
91
93
96 inline const Aws::String& GetModelVersion() const{ return m_modelVersion; }
97 inline void SetModelVersion(const Aws::String& value) { m_modelVersion = value; }
98 inline void SetModelVersion(Aws::String&& value) { m_modelVersion = std::move(value); }
99 inline void SetModelVersion(const char* value) { m_modelVersion.assign(value); }
100 inline DescribeEdgePackagingJobResult& WithModelVersion(const Aws::String& value) { SetModelVersion(value); return *this;}
101 inline DescribeEdgePackagingJobResult& WithModelVersion(Aws::String&& value) { SetModelVersion(std::move(value)); return *this;}
102 inline DescribeEdgePackagingJobResult& WithModelVersion(const char* value) { SetModelVersion(value); return *this;}
104
106
110 inline const Aws::String& GetRoleArn() const{ return m_roleArn; }
111 inline void SetRoleArn(const Aws::String& value) { m_roleArn = value; }
112 inline void SetRoleArn(Aws::String&& value) { m_roleArn = std::move(value); }
113 inline void SetRoleArn(const char* value) { m_roleArn.assign(value); }
114 inline DescribeEdgePackagingJobResult& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;}
115 inline DescribeEdgePackagingJobResult& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;}
116 inline DescribeEdgePackagingJobResult& WithRoleArn(const char* value) { SetRoleArn(value); return *this;}
118
120
123 inline const EdgeOutputConfig& GetOutputConfig() const{ return m_outputConfig; }
124 inline void SetOutputConfig(const EdgeOutputConfig& value) { m_outputConfig = value; }
125 inline void SetOutputConfig(EdgeOutputConfig&& value) { m_outputConfig = std::move(value); }
127 inline DescribeEdgePackagingJobResult& WithOutputConfig(EdgeOutputConfig&& value) { SetOutputConfig(std::move(value)); return *this;}
129
131
135 inline const Aws::String& GetResourceKey() const{ return m_resourceKey; }
136 inline void SetResourceKey(const Aws::String& value) { m_resourceKey = value; }
137 inline void SetResourceKey(Aws::String&& value) { m_resourceKey = std::move(value); }
138 inline void SetResourceKey(const char* value) { m_resourceKey.assign(value); }
139 inline DescribeEdgePackagingJobResult& WithResourceKey(const Aws::String& value) { SetResourceKey(value); return *this;}
140 inline DescribeEdgePackagingJobResult& WithResourceKey(Aws::String&& value) { SetResourceKey(std::move(value)); return *this;}
141 inline DescribeEdgePackagingJobResult& WithResourceKey(const char* value) { SetResourceKey(value); return *this;}
143
145
148 inline const EdgePackagingJobStatus& GetEdgePackagingJobStatus() const{ return m_edgePackagingJobStatus; }
149 inline void SetEdgePackagingJobStatus(const EdgePackagingJobStatus& value) { m_edgePackagingJobStatus = value; }
150 inline void SetEdgePackagingJobStatus(EdgePackagingJobStatus&& value) { m_edgePackagingJobStatus = std::move(value); }
154
156
159 inline const Aws::String& GetEdgePackagingJobStatusMessage() const{ return m_edgePackagingJobStatusMessage; }
160 inline void SetEdgePackagingJobStatusMessage(const Aws::String& value) { m_edgePackagingJobStatusMessage = value; }
161 inline void SetEdgePackagingJobStatusMessage(Aws::String&& value) { m_edgePackagingJobStatusMessage = std::move(value); }
162 inline void SetEdgePackagingJobStatusMessage(const char* value) { m_edgePackagingJobStatusMessage.assign(value); }
167
169
172 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
173 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
174 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
176 inline DescribeEdgePackagingJobResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
178
180
183 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
184 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTime = value; }
185 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTime = std::move(value); }
189
191
194 inline const Aws::String& GetModelArtifact() const{ return m_modelArtifact; }
195 inline void SetModelArtifact(const Aws::String& value) { m_modelArtifact = value; }
196 inline void SetModelArtifact(Aws::String&& value) { m_modelArtifact = std::move(value); }
197 inline void SetModelArtifact(const char* value) { m_modelArtifact.assign(value); }
199 inline DescribeEdgePackagingJobResult& WithModelArtifact(Aws::String&& value) { SetModelArtifact(std::move(value)); return *this;}
200 inline DescribeEdgePackagingJobResult& WithModelArtifact(const char* value) { SetModelArtifact(value); return *this;}
202
204
207 inline const Aws::String& GetModelSignature() const{ return m_modelSignature; }
208 inline void SetModelSignature(const Aws::String& value) { m_modelSignature = value; }
209 inline void SetModelSignature(Aws::String&& value) { m_modelSignature = std::move(value); }
210 inline void SetModelSignature(const char* value) { m_modelSignature.assign(value); }
212 inline DescribeEdgePackagingJobResult& WithModelSignature(Aws::String&& value) { SetModelSignature(std::move(value)); return *this;}
213 inline DescribeEdgePackagingJobResult& WithModelSignature(const char* value) { SetModelSignature(value); return *this;}
215
217
220 inline const EdgePresetDeploymentOutput& GetPresetDeploymentOutput() const{ return m_presetDeploymentOutput; }
221 inline void SetPresetDeploymentOutput(const EdgePresetDeploymentOutput& value) { m_presetDeploymentOutput = value; }
222 inline void SetPresetDeploymentOutput(EdgePresetDeploymentOutput&& value) { m_presetDeploymentOutput = std::move(value); }
226
228
229 inline const Aws::String& GetRequestId() const{ return m_requestId; }
230 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
231 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
232 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
233 inline DescribeEdgePackagingJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
234 inline DescribeEdgePackagingJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
235 inline DescribeEdgePackagingJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
237 private:
238
239 Aws::String m_edgePackagingJobArn;
240
241 Aws::String m_edgePackagingJobName;
242
243 Aws::String m_compilationJobName;
244
245 Aws::String m_modelName;
246
247 Aws::String m_modelVersion;
248
249 Aws::String m_roleArn;
250
251 EdgeOutputConfig m_outputConfig;
252
253 Aws::String m_resourceKey;
254
255 EdgePackagingJobStatus m_edgePackagingJobStatus;
256
257 Aws::String m_edgePackagingJobStatusMessage;
258
259 Aws::Utils::DateTime m_creationTime;
260
261 Aws::Utils::DateTime m_lastModifiedTime;
262
263 Aws::String m_modelArtifact;
264
265 Aws::String m_modelSignature;
266
267 EdgePresetDeploymentOutput m_presetDeploymentOutput;
268
269 Aws::String m_requestId;
270 };
271
272} // namespace Model
273} // namespace SageMaker
274} // namespace Aws
DescribeEdgePackagingJobResult & WithEdgePackagingJobStatusMessage(const char *value)
DescribeEdgePackagingJobResult & WithModelVersion(Aws::String &&value)
AWS_SAGEMAKER_API DescribeEdgePackagingJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEdgePackagingJobResult & WithEdgePackagingJobStatusMessage(Aws::String &&value)
DescribeEdgePackagingJobResult & WithModelName(Aws::String &&value)
DescribeEdgePackagingJobResult & WithRoleArn(const Aws::String &value)
DescribeEdgePackagingJobResult & WithPresetDeploymentOutput(const EdgePresetDeploymentOutput &value)
DescribeEdgePackagingJobResult & WithLastModifiedTime(const Aws::Utils::DateTime &value)
DescribeEdgePackagingJobResult & WithOutputConfig(EdgeOutputConfig &&value)
DescribeEdgePackagingJobResult & WithModelArtifact(Aws::String &&value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobArn(const char *value)
DescribeEdgePackagingJobResult & WithModelVersion(const char *value)
void SetPresetDeploymentOutput(const EdgePresetDeploymentOutput &value)
DescribeEdgePackagingJobResult & WithModelVersion(const Aws::String &value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobStatus(const EdgePackagingJobStatus &value)
DescribeEdgePackagingJobResult & WithRequestId(const char *value)
void SetEdgePackagingJobStatus(const EdgePackagingJobStatus &value)
DescribeEdgePackagingJobResult & WithModelSignature(Aws::String &&value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobArn(const Aws::String &value)
DescribeEdgePackagingJobResult & WithCompilationJobName(const char *value)
const EdgePresetDeploymentOutput & GetPresetDeploymentOutput() const
DescribeEdgePackagingJobResult & WithRequestId(const Aws::String &value)
DescribeEdgePackagingJobResult & WithResourceKey(Aws::String &&value)
AWS_SAGEMAKER_API DescribeEdgePackagingJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEdgePackagingJobResult & WithOutputConfig(const EdgeOutputConfig &value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobStatusMessage(const Aws::String &value)
DescribeEdgePackagingJobResult & WithModelSignature(const Aws::String &value)
DescribeEdgePackagingJobResult & WithResourceKey(const Aws::String &value)
DescribeEdgePackagingJobResult & WithCompilationJobName(Aws::String &&value)
DescribeEdgePackagingJobResult & WithLastModifiedTime(Aws::Utils::DateTime &&value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobName(const char *value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobName(const Aws::String &value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobArn(Aws::String &&value)
DescribeEdgePackagingJobResult & WithModelArtifact(const Aws::String &value)
DescribeEdgePackagingJobResult & WithPresetDeploymentOutput(EdgePresetDeploymentOutput &&value)
DescribeEdgePackagingJobResult & WithModelName(const Aws::String &value)
DescribeEdgePackagingJobResult & WithCreationTime(const Aws::Utils::DateTime &value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobStatus(EdgePackagingJobStatus &&value)
DescribeEdgePackagingJobResult & WithRequestId(Aws::String &&value)
DescribeEdgePackagingJobResult & WithModelSignature(const char *value)
DescribeEdgePackagingJobResult & WithModelName(const char *value)
DescribeEdgePackagingJobResult & WithResourceKey(const char *value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobName(Aws::String &&value)
DescribeEdgePackagingJobResult & WithRoleArn(Aws::String &&value)
DescribeEdgePackagingJobResult & WithRoleArn(const char *value)
DescribeEdgePackagingJobResult & WithCreationTime(Aws::Utils::DateTime &&value)
DescribeEdgePackagingJobResult & WithModelArtifact(const char *value)
DescribeEdgePackagingJobResult & WithCompilationJobName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue