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;
104 template <
typename ContentT = Aws::String>
106 m_contentHasBeenSet =
true;
107 m_content = std::forward<ContentT>(value);
109 template <
typename ContentT = Aws::String>
129 m_modelCardStatusHasBeenSet =
true;
130 m_modelCardStatus = value;
143 template <
typename SecurityConfigT = ModelCardSecurityConfig>
145 m_securityConfigHasBeenSet =
true;
146 m_securityConfig = std::forward<SecurityConfigT>(value);
148 template <
typename SecurityConfigT = ModelCardSecurityConfig>
160 template <
typename CreationTimeT = Aws::Utils::DateTime>
162 m_creationTimeHasBeenSet =
true;
163 m_creationTime = std::forward<CreationTimeT>(value);
165 template <
typename CreationTimeT = Aws::Utils::DateTime>
175 template <
typename CreatedByT = UserContext>
177 m_createdByHasBeenSet =
true;
178 m_createdBy = std::forward<CreatedByT>(value);
180 template <
typename CreatedByT = UserContext>
192 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
194 m_lastModifiedTimeHasBeenSet =
true;
195 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
197 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
207 template <
typename LastModifiedByT = UserContext>
209 m_lastModifiedByHasBeenSet =
true;
210 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
212 template <
typename LastModifiedByT = UserContext>
234 m_modelCardProcessingStatusHasBeenSet =
true;
235 m_modelCardProcessingStatus = value;
246 template <
typename RequestIdT = Aws::String>
248 m_requestIdHasBeenSet =
true;
249 m_requestId = std::forward<RequestIdT>(value);
251 template <
typename RequestIdT = Aws::String>
264 int m_modelCardVersion{0};
270 ModelCardSecurityConfig m_securityConfig;
274 UserContext m_createdBy;
278 UserContext m_lastModifiedBy;
284 bool m_modelCardArnHasBeenSet =
false;
285 bool m_modelCardNameHasBeenSet =
false;
286 bool m_modelCardVersionHasBeenSet =
false;
287 bool m_contentHasBeenSet =
false;
288 bool m_modelCardStatusHasBeenSet =
false;
289 bool m_securityConfigHasBeenSet =
false;
290 bool m_creationTimeHasBeenSet =
false;
291 bool m_createdByHasBeenSet =
false;
292 bool m_lastModifiedTimeHasBeenSet =
false;
293 bool m_lastModifiedByHasBeenSet =
false;
294 bool m_modelCardProcessingStatusHasBeenSet =
false;
295 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