7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/ModelPackageGroupStatus.h>
42 template <
typename ModelPackageGroupNameT = Aws::String>
44 m_modelPackageGroupNameHasBeenSet =
true;
45 m_modelPackageGroupName = std::forward<ModelPackageGroupNameT>(value);
47 template <
typename ModelPackageGroupNameT = Aws::String>
60 template <
typename ModelPackageGroupArnT = Aws::String>
62 m_modelPackageGroupArnHasBeenSet =
true;
63 m_modelPackageGroupArn = std::forward<ModelPackageGroupArnT>(value);
65 template <
typename ModelPackageGroupArnT = Aws::String>
78 template <
typename ModelPackageGroupDescriptionT = Aws::String>
80 m_modelPackageGroupDescriptionHasBeenSet =
true;
81 m_modelPackageGroupDescription = std::forward<ModelPackageGroupDescriptionT>(value);
83 template <
typename ModelPackageGroupDescriptionT = Aws::String>
96 template <
typename CreationTimeT = Aws::Utils::DateTime>
98 m_creationTimeHasBeenSet =
true;
99 m_creationTime = std::forward<CreationTimeT>(value);
101 template <
typename CreationTimeT = Aws::Utils::DateTime>
115 m_modelPackageGroupStatusHasBeenSet =
true;
116 m_modelPackageGroupStatus = value;
133 bool m_modelPackageGroupNameHasBeenSet =
false;
134 bool m_modelPackageGroupArnHasBeenSet =
false;
135 bool m_modelPackageGroupDescriptionHasBeenSet =
false;
136 bool m_creationTimeHasBeenSet =
false;
137 bool m_modelPackageGroupStatusHasBeenSet =
false;
bool CreationTimeHasBeenSet() const
bool ModelPackageGroupArnHasBeenSet() const
AWS_SAGEMAKER_API ModelPackageGroupSummary(Aws::Utils::Json::JsonView jsonValue)
void SetModelPackageGroupStatus(ModelPackageGroupStatus value)
ModelPackageGroupStatus GetModelPackageGroupStatus() const
ModelPackageGroupSummary & WithCreationTime(CreationTimeT &&value)
void SetModelPackageGroupArn(ModelPackageGroupArnT &&value)
ModelPackageGroupSummary & WithModelPackageGroupName(ModelPackageGroupNameT &&value)
const Aws::String & GetModelPackageGroupArn() const
AWS_SAGEMAKER_API ModelPackageGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetModelPackageGroupDescription() const
ModelPackageGroupSummary & WithModelPackageGroupDescription(ModelPackageGroupDescriptionT &&value)
void SetModelPackageGroupName(ModelPackageGroupNameT &&value)
ModelPackageGroupSummary & WithModelPackageGroupArn(ModelPackageGroupArnT &&value)
ModelPackageGroupSummary & WithModelPackageGroupStatus(ModelPackageGroupStatus value)
bool ModelPackageGroupNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
bool ModelPackageGroupDescriptionHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetModelPackageGroupDescription(ModelPackageGroupDescriptionT &&value)
AWS_SAGEMAKER_API ModelPackageGroupSummary()=default
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetModelPackageGroupName() const
bool ModelPackageGroupStatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue