AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
EdgePackagingJobSummary.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/EdgePackagingJobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SageMaker
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_SAGEMAKER_API EdgePackagingJobSummary() = default;
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetEdgePackagingJobArn() const { return m_edgePackagingJobArn; }
47 inline bool EdgePackagingJobArnHasBeenSet() const { return m_edgePackagingJobArnHasBeenSet; }
48 template<typename EdgePackagingJobArnT = Aws::String>
49 void SetEdgePackagingJobArn(EdgePackagingJobArnT&& value) { m_edgePackagingJobArnHasBeenSet = true; m_edgePackagingJobArn = std::forward<EdgePackagingJobArnT>(value); }
50 template<typename EdgePackagingJobArnT = Aws::String>
51 EdgePackagingJobSummary& WithEdgePackagingJobArn(EdgePackagingJobArnT&& value) { SetEdgePackagingJobArn(std::forward<EdgePackagingJobArnT>(value)); return *this;}
53
55
58 inline const Aws::String& GetEdgePackagingJobName() const { return m_edgePackagingJobName; }
59 inline bool EdgePackagingJobNameHasBeenSet() const { return m_edgePackagingJobNameHasBeenSet; }
60 template<typename EdgePackagingJobNameT = Aws::String>
61 void SetEdgePackagingJobName(EdgePackagingJobNameT&& value) { m_edgePackagingJobNameHasBeenSet = true; m_edgePackagingJobName = std::forward<EdgePackagingJobNameT>(value); }
62 template<typename EdgePackagingJobNameT = Aws::String>
63 EdgePackagingJobSummary& WithEdgePackagingJobName(EdgePackagingJobNameT&& value) { SetEdgePackagingJobName(std::forward<EdgePackagingJobNameT>(value)); return *this;}
65
67
70 inline EdgePackagingJobStatus GetEdgePackagingJobStatus() const { return m_edgePackagingJobStatus; }
71 inline bool EdgePackagingJobStatusHasBeenSet() const { return m_edgePackagingJobStatusHasBeenSet; }
72 inline void SetEdgePackagingJobStatus(EdgePackagingJobStatus value) { m_edgePackagingJobStatusHasBeenSet = true; m_edgePackagingJobStatus = value; }
75
77
80 inline const Aws::String& GetCompilationJobName() const { return m_compilationJobName; }
81 inline bool CompilationJobNameHasBeenSet() const { return m_compilationJobNameHasBeenSet; }
82 template<typename CompilationJobNameT = Aws::String>
83 void SetCompilationJobName(CompilationJobNameT&& value) { m_compilationJobNameHasBeenSet = true; m_compilationJobName = std::forward<CompilationJobNameT>(value); }
84 template<typename CompilationJobNameT = Aws::String>
85 EdgePackagingJobSummary& WithCompilationJobName(CompilationJobNameT&& value) { SetCompilationJobName(std::forward<CompilationJobNameT>(value)); return *this;}
87
89
92 inline const Aws::String& GetModelName() const { return m_modelName; }
93 inline bool ModelNameHasBeenSet() const { return m_modelNameHasBeenSet; }
94 template<typename ModelNameT = Aws::String>
95 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet = true; m_modelName = std::forward<ModelNameT>(value); }
96 template<typename ModelNameT = Aws::String>
97 EdgePackagingJobSummary& WithModelName(ModelNameT&& value) { SetModelName(std::forward<ModelNameT>(value)); return *this;}
99
101
104 inline const Aws::String& GetModelVersion() const { return m_modelVersion; }
105 inline bool ModelVersionHasBeenSet() const { return m_modelVersionHasBeenSet; }
106 template<typename ModelVersionT = Aws::String>
107 void SetModelVersion(ModelVersionT&& value) { m_modelVersionHasBeenSet = true; m_modelVersion = std::forward<ModelVersionT>(value); }
108 template<typename ModelVersionT = Aws::String>
109 EdgePackagingJobSummary& WithModelVersion(ModelVersionT&& value) { SetModelVersion(std::forward<ModelVersionT>(value)); return *this;}
111
113
116 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
117 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
118 template<typename CreationTimeT = Aws::Utils::DateTime>
119 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::forward<CreationTimeT>(value); }
120 template<typename CreationTimeT = Aws::Utils::DateTime>
121 EdgePackagingJobSummary& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
123
125
128 inline const Aws::Utils::DateTime& GetLastModifiedTime() const { return m_lastModifiedTime; }
129 inline bool LastModifiedTimeHasBeenSet() const { return m_lastModifiedTimeHasBeenSet; }
130 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
131 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
132 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
133 EdgePackagingJobSummary& WithLastModifiedTime(LastModifiedTimeT&& value) { SetLastModifiedTime(std::forward<LastModifiedTimeT>(value)); return *this;}
135 private:
136
137 Aws::String m_edgePackagingJobArn;
138 bool m_edgePackagingJobArnHasBeenSet = false;
139
140 Aws::String m_edgePackagingJobName;
141 bool m_edgePackagingJobNameHasBeenSet = false;
142
144 bool m_edgePackagingJobStatusHasBeenSet = false;
145
146 Aws::String m_compilationJobName;
147 bool m_compilationJobNameHasBeenSet = false;
148
149 Aws::String m_modelName;
150 bool m_modelNameHasBeenSet = false;
151
152 Aws::String m_modelVersion;
153 bool m_modelVersionHasBeenSet = false;
154
155 Aws::Utils::DateTime m_creationTime{};
156 bool m_creationTimeHasBeenSet = false;
157
158 Aws::Utils::DateTime m_lastModifiedTime{};
159 bool m_lastModifiedTimeHasBeenSet = false;
160 };
161
162} // namespace Model
163} // namespace SageMaker
164} // namespace Aws
const Aws::Utils::DateTime & GetCreationTime() const
EdgePackagingJobSummary & WithModelVersion(ModelVersionT &&value)
EdgePackagingJobSummary & WithEdgePackagingJobStatus(EdgePackagingJobStatus value)
EdgePackagingJobSummary & WithEdgePackagingJobName(EdgePackagingJobNameT &&value)
AWS_SAGEMAKER_API EdgePackagingJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
EdgePackagingJobSummary & WithModelName(ModelNameT &&value)
EdgePackagingJobSummary & WithCompilationJobName(CompilationJobNameT &&value)
void SetEdgePackagingJobName(EdgePackagingJobNameT &&value)
void SetEdgePackagingJobStatus(EdgePackagingJobStatus value)
void SetCompilationJobName(CompilationJobNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API EdgePackagingJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetEdgePackagingJobArn(EdgePackagingJobArnT &&value)
EdgePackagingJobSummary & WithCreationTime(CreationTimeT &&value)
EdgePackagingJobSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
EdgePackagingJobSummary & WithEdgePackagingJobArn(EdgePackagingJobArnT &&value)
AWS_SAGEMAKER_API EdgePackagingJobSummary()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue