7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ModelCardProcessingStatus.h>
12#include <aws/sagemaker/model/ModelCardSecurityConfig.h>
13#include <aws/sagemaker/model/ModelCardStatus.h>
14#include <aws/sagemaker/model/UserContext.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename ModelCardArnT = Aws::String>
42 m_modelCardArnHasBeenSet =
true;
43 m_modelCardArn = std::forward<ModelCardArnT>(value);
45 template <
typename ModelCardArnT = Aws::String>
57 template <
typename ModelCardNameT = Aws::String>
59 m_modelCardNameHasBeenSet =
true;
60 m_modelCardName = std::forward<ModelCardNameT>(value);
62 template <
typename ModelCardNameT = Aws::String>
75 m_modelCardVersionHasBeenSet =
true;
76 m_modelCardVersion = value;
89 template <
typename ContentT = Aws::String>
91 m_contentHasBeenSet =
true;
92 m_content = std::forward<ContentT>(value);
94 template <
typename ContentT = Aws::String>
114 m_modelCardStatusHasBeenSet =
true;
115 m_modelCardStatus = value;
128 template <
typename SecurityConfigT = ModelCardSecurityConfig>
130 m_securityConfigHasBeenSet =
true;
131 m_securityConfig = std::forward<SecurityConfigT>(value);
133 template <
typename SecurityConfigT = ModelCardSecurityConfig>
145 template <
typename CreationTimeT = Aws::Utils::DateTime>
147 m_creationTimeHasBeenSet =
true;
148 m_creationTime = std::forward<CreationTimeT>(value);
150 template <
typename CreationTimeT = Aws::Utils::DateTime>
160 template <
typename CreatedByT = UserContext>
162 m_createdByHasBeenSet =
true;
163 m_createdBy = std::forward<CreatedByT>(value);
165 template <
typename CreatedByT = UserContext>
177 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
179 m_lastModifiedTimeHasBeenSet =
true;
180 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
182 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
192 template <
typename LastModifiedByT = UserContext>
194 m_lastModifiedByHasBeenSet =
true;
195 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
197 template <
typename LastModifiedByT = UserContext>
219 m_modelCardProcessingStatusHasBeenSet =
true;
220 m_modelCardProcessingStatus = value;
231 template <
typename RequestIdT = Aws::String>
233 m_requestIdHasBeenSet =
true;
234 m_requestId = std::forward<RequestIdT>(value);
236 template <
typename RequestIdT = Aws::String>
249 int m_modelCardVersion{0};
255 ModelCardSecurityConfig m_securityConfig;
259 UserContext m_createdBy;
263 UserContext m_lastModifiedBy;
269 bool m_modelCardArnHasBeenSet =
false;
270 bool m_modelCardNameHasBeenSet =
false;
271 bool m_modelCardVersionHasBeenSet =
false;
272 bool m_contentHasBeenSet =
false;
273 bool m_modelCardStatusHasBeenSet =
false;
274 bool m_securityConfigHasBeenSet =
false;
275 bool m_creationTimeHasBeenSet =
false;
276 bool m_createdByHasBeenSet =
false;
277 bool m_lastModifiedTimeHasBeenSet =
false;
278 bool m_lastModifiedByHasBeenSet =
false;
279 bool m_modelCardProcessingStatusHasBeenSet =
false;
280 bool m_requestIdHasBeenSet =
false;
DescribeModelCardResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const UserContext & GetCreatedBy() const
DescribeModelCardResult & WithModelCardStatus(ModelCardStatus value)
DescribeModelCardResult & WithModelCardArn(ModelCardArnT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API DescribeModelCardResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeModelCardResult & WithSecurityConfig(SecurityConfigT &&value)
const Aws::String & GetContent() const
void SetRequestId(RequestIdT &&value)
ModelCardStatus GetModelCardStatus() const
DescribeModelCardResult & WithContent(ContentT &&value)
DescribeModelCardResult & WithCreationTime(CreationTimeT &&value)
void SetModelCardProcessingStatus(ModelCardProcessingStatus value)
AWS_SAGEMAKER_API DescribeModelCardResult()=default
void SetModelCardStatus(ModelCardStatus value)
AWS_SAGEMAKER_API DescribeModelCardResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetModelCardArn(ModelCardArnT &&value)
const UserContext & GetLastModifiedBy() const
const Aws::Utils::DateTime & GetCreationTime() const
DescribeModelCardResult & WithModelCardVersion(int value)
void SetContent(ContentT &&value)
const Aws::String & GetRequestId() const
DescribeModelCardResult & WithCreatedBy(CreatedByT &&value)
DescribeModelCardResult & WithLastModifiedBy(LastModifiedByT &&value)
int GetModelCardVersion() const
ModelCardProcessingStatus GetModelCardProcessingStatus() const
void SetCreationTime(CreationTimeT &&value)
void SetModelCardName(ModelCardNameT &&value)
DescribeModelCardResult & WithModelCardProcessingStatus(ModelCardProcessingStatus value)
void SetLastModifiedBy(LastModifiedByT &&value)
const ModelCardSecurityConfig & GetSecurityConfig() const
void SetSecurityConfig(SecurityConfigT &&value)
const Aws::String & GetModelCardArn() const
void SetCreatedBy(CreatedByT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetModelCardName() const
DescribeModelCardResult & WithModelCardName(ModelCardNameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeModelCardResult & WithRequestId(RequestIdT &&value)
void SetModelCardVersion(int value)
ModelCardProcessingStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue