7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename ModelNameT = Aws::String>
43 m_modelNameHasBeenSet =
true;
44 m_modelName = std::forward<ModelNameT>(value);
46 template <
typename ModelNameT = Aws::String>
59 template <
typename ModelArnT = Aws::String>
61 m_modelArnHasBeenSet =
true;
62 m_modelArn = std::forward<ModelArnT>(value);
64 template <
typename ModelArnT = Aws::String>
77 template <
typename CreationTimeT = Aws::Utils::DateTime>
79 m_creationTimeHasBeenSet =
true;
80 m_creationTime = std::forward<CreationTimeT>(value);
82 template <
typename CreationTimeT = Aws::Utils::DateTime>
94 bool m_modelNameHasBeenSet =
false;
95 bool m_modelArnHasBeenSet =
false;
96 bool m_creationTimeHasBeenSet =
false;
void SetCreationTime(CreationTimeT &&value)
void SetModelArn(ModelArnT &&value)
bool ModelArnHasBeenSet() const
AWS_SAGEMAKER_API ModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ModelSummary(Aws::Utils::Json::JsonView jsonValue)
ModelSummary & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetModelArn() const
AWS_SAGEMAKER_API ModelSummary()=default
ModelSummary & WithModelArn(ModelArnT &&value)
const Aws::String & GetModelName() const
bool CreationTimeHasBeenSet() const
void SetModelName(ModelNameT &&value)
ModelSummary & WithModelName(ModelNameT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ModelNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue