AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GetConfiguredModelAlgorithmResult.h
1
6#pragma once
7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanroomsml/model/ContainerConfig.h>
11#include <aws/cleanroomsml/model/InferenceContainerConfig.h>
12#include <aws/core/utils/memory/stl/AWSMap.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 CleanRoomsML
28{
29namespace Model
30{
32 {
33 public:
34 AWS_CLEANROOMSML_API GetConfiguredModelAlgorithmResult() = default;
37
38
40
43 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
44 template<typename CreateTimeT = Aws::Utils::DateTime>
45 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet = true; m_createTime = std::forward<CreateTimeT>(value); }
46 template<typename CreateTimeT = Aws::Utils::DateTime>
47 GetConfiguredModelAlgorithmResult& WithCreateTime(CreateTimeT&& value) { SetCreateTime(std::forward<CreateTimeT>(value)); return *this;}
49
51
54 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
55 template<typename UpdateTimeT = Aws::Utils::DateTime>
56 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
57 template<typename UpdateTimeT = Aws::Utils::DateTime>
58 GetConfiguredModelAlgorithmResult& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
60
62
65 inline const Aws::String& GetConfiguredModelAlgorithmArn() const { return m_configuredModelAlgorithmArn; }
66 template<typename ConfiguredModelAlgorithmArnT = Aws::String>
67 void SetConfiguredModelAlgorithmArn(ConfiguredModelAlgorithmArnT&& value) { m_configuredModelAlgorithmArnHasBeenSet = true; m_configuredModelAlgorithmArn = std::forward<ConfiguredModelAlgorithmArnT>(value); }
68 template<typename ConfiguredModelAlgorithmArnT = Aws::String>
69 GetConfiguredModelAlgorithmResult& WithConfiguredModelAlgorithmArn(ConfiguredModelAlgorithmArnT&& value) { SetConfiguredModelAlgorithmArn(std::forward<ConfiguredModelAlgorithmArnT>(value)); return *this;}
71
73
76 inline const Aws::String& GetName() const { return m_name; }
77 template<typename NameT = Aws::String>
78 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
79 template<typename NameT = Aws::String>
80 GetConfiguredModelAlgorithmResult& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
82
84
88 inline const ContainerConfig& GetTrainingContainerConfig() const { return m_trainingContainerConfig; }
89 template<typename TrainingContainerConfigT = ContainerConfig>
90 void SetTrainingContainerConfig(TrainingContainerConfigT&& value) { m_trainingContainerConfigHasBeenSet = true; m_trainingContainerConfig = std::forward<TrainingContainerConfigT>(value); }
91 template<typename TrainingContainerConfigT = ContainerConfig>
92 GetConfiguredModelAlgorithmResult& WithTrainingContainerConfig(TrainingContainerConfigT&& value) { SetTrainingContainerConfig(std::forward<TrainingContainerConfigT>(value)); return *this;}
94
96
99 inline const InferenceContainerConfig& GetInferenceContainerConfig() const { return m_inferenceContainerConfig; }
100 template<typename InferenceContainerConfigT = InferenceContainerConfig>
101 void SetInferenceContainerConfig(InferenceContainerConfigT&& value) { m_inferenceContainerConfigHasBeenSet = true; m_inferenceContainerConfig = std::forward<InferenceContainerConfigT>(value); }
102 template<typename InferenceContainerConfigT = InferenceContainerConfig>
103 GetConfiguredModelAlgorithmResult& WithInferenceContainerConfig(InferenceContainerConfigT&& value) { SetInferenceContainerConfig(std::forward<InferenceContainerConfigT>(value)); return *this;}
105
107
111 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
112 template<typename RoleArnT = Aws::String>
113 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
114 template<typename RoleArnT = Aws::String>
115 GetConfiguredModelAlgorithmResult& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
117
119
122 inline const Aws::String& GetDescription() const { return m_description; }
123 template<typename DescriptionT = Aws::String>
124 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
125 template<typename DescriptionT = Aws::String>
126 GetConfiguredModelAlgorithmResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
128
130
150 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const { return m_tags; }
151 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
152 void SetTags(TagsT&& value) { m_tagsHasBeenSet = true; m_tags = std::forward<TagsT>(value); }
153 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
154 GetConfiguredModelAlgorithmResult& WithTags(TagsT&& value) { SetTags(std::forward<TagsT>(value)); return *this;}
155 template<typename TagsKeyT = Aws::String, typename TagsValueT = Aws::String>
156 GetConfiguredModelAlgorithmResult& AddTags(TagsKeyT&& key, TagsValueT&& value) {
157 m_tagsHasBeenSet = true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value)); return *this;
158 }
160
162
167 inline const Aws::String& GetKmsKeyArn() const { return m_kmsKeyArn; }
168 template<typename KmsKeyArnT = Aws::String>
169 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
170 template<typename KmsKeyArnT = Aws::String>
171 GetConfiguredModelAlgorithmResult& WithKmsKeyArn(KmsKeyArnT&& value) { SetKmsKeyArn(std::forward<KmsKeyArnT>(value)); return *this;}
173
175
176 inline const Aws::String& GetRequestId() const { return m_requestId; }
177 template<typename RequestIdT = Aws::String>
178 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
179 template<typename RequestIdT = Aws::String>
180 GetConfiguredModelAlgorithmResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
182 private:
183
184 Aws::Utils::DateTime m_createTime{};
185 bool m_createTimeHasBeenSet = false;
186
187 Aws::Utils::DateTime m_updateTime{};
188 bool m_updateTimeHasBeenSet = false;
189
190 Aws::String m_configuredModelAlgorithmArn;
191 bool m_configuredModelAlgorithmArnHasBeenSet = false;
192
193 Aws::String m_name;
194 bool m_nameHasBeenSet = false;
195
196 ContainerConfig m_trainingContainerConfig;
197 bool m_trainingContainerConfigHasBeenSet = false;
198
199 InferenceContainerConfig m_inferenceContainerConfig;
200 bool m_inferenceContainerConfigHasBeenSet = false;
201
202 Aws::String m_roleArn;
203 bool m_roleArnHasBeenSet = false;
204
205 Aws::String m_description;
206 bool m_descriptionHasBeenSet = false;
207
209 bool m_tagsHasBeenSet = false;
210
211 Aws::String m_kmsKeyArn;
212 bool m_kmsKeyArnHasBeenSet = false;
213
214 Aws::String m_requestId;
215 bool m_requestIdHasBeenSet = false;
216 };
217
218} // namespace Model
219} // namespace CleanRoomsML
220} // namespace Aws
GetConfiguredModelAlgorithmResult & WithUpdateTime(UpdateTimeT &&value)
AWS_CLEANROOMSML_API GetConfiguredModelAlgorithmResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfiguredModelAlgorithmResult & WithCreateTime(CreateTimeT &&value)
GetConfiguredModelAlgorithmResult & WithTrainingContainerConfig(TrainingContainerConfigT &&value)
GetConfiguredModelAlgorithmResult & WithRequestId(RequestIdT &&value)
GetConfiguredModelAlgorithmResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_CLEANROOMSML_API GetConfiguredModelAlgorithmResult()=default
AWS_CLEANROOMSML_API GetConfiguredModelAlgorithmResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfiguredModelAlgorithmResult & WithRoleArn(RoleArnT &&value)
GetConfiguredModelAlgorithmResult & WithDescription(DescriptionT &&value)
GetConfiguredModelAlgorithmResult & WithInferenceContainerConfig(InferenceContainerConfigT &&value)
GetConfiguredModelAlgorithmResult & WithConfiguredModelAlgorithmArn(ConfiguredModelAlgorithmArnT &&value)
GetConfiguredModelAlgorithmResult & WithKmsKeyArn(KmsKeyArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue