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/ManagedConfiguration.h>
11#include <aws/sagemaker/model/ModelPackageGroupStatus.h>
43 template <
typename ModelPackageGroupNameT = Aws::String>
45 m_modelPackageGroupNameHasBeenSet =
true;
46 m_modelPackageGroupName = std::forward<ModelPackageGroupNameT>(value);
48 template <
typename ModelPackageGroupNameT = Aws::String>
61 template <
typename ModelPackageGroupArnT = Aws::String>
63 m_modelPackageGroupArnHasBeenSet =
true;
64 m_modelPackageGroupArn = std::forward<ModelPackageGroupArnT>(value);
66 template <
typename ModelPackageGroupArnT = Aws::String>
79 template <
typename ModelPackageGroupDescriptionT = Aws::String>
81 m_modelPackageGroupDescriptionHasBeenSet =
true;
82 m_modelPackageGroupDescription = std::forward<ModelPackageGroupDescriptionT>(value);
84 template <
typename ModelPackageGroupDescriptionT = Aws::String>
97 template <
typename CreationTimeT = Aws::Utils::DateTime>
99 m_creationTimeHasBeenSet =
true;
100 m_creationTime = std::forward<CreationTimeT>(value);
102 template <
typename CreationTimeT = Aws::Utils::DateTime>
116 m_modelPackageGroupStatusHasBeenSet =
true;
117 m_modelPackageGroupStatus = value;
131 template <
typename ManagedConfigurationT = ManagedConfiguration>
133 m_managedConfigurationHasBeenSet =
true;
134 m_managedConfiguration = std::forward<ManagedConfigurationT>(value);
136 template <
typename ManagedConfigurationT = ManagedConfiguration>
153 ManagedConfiguration m_managedConfiguration;
154 bool m_modelPackageGroupNameHasBeenSet =
false;
155 bool m_modelPackageGroupArnHasBeenSet =
false;
156 bool m_modelPackageGroupDescriptionHasBeenSet =
false;
157 bool m_creationTimeHasBeenSet =
false;
158 bool m_modelPackageGroupStatusHasBeenSet =
false;
159 bool m_managedConfigurationHasBeenSet =
false;
bool CreationTimeHasBeenSet() const
const ManagedConfiguration & GetManagedConfiguration() 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)
void SetManagedConfiguration(ManagedConfigurationT &&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
bool ManagedConfigurationHasBeenSet() const
ModelPackageGroupSummary & WithManagedConfiguration(ManagedConfigurationT &&value)
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