7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker/model/ModelPackageGroupStatus.h>
48 template<
typename ModelPackageGroupNameT = Aws::String>
49 void SetModelPackageGroupName(ModelPackageGroupNameT&& value) { m_modelPackageGroupNameHasBeenSet =
true; m_modelPackageGroupName = std::forward<ModelPackageGroupNameT>(value); }
50 template<
typename ModelPackageGroupNameT = Aws::String>
60 template<
typename ModelPackageGroupArnT = Aws::String>
61 void SetModelPackageGroupArn(ModelPackageGroupArnT&& value) { m_modelPackageGroupArnHasBeenSet =
true; m_modelPackageGroupArn = std::forward<ModelPackageGroupArnT>(value); }
62 template<
typename ModelPackageGroupArnT = Aws::String>
72 template<
typename ModelPackageGroupDescriptionT = Aws::String>
73 void SetModelPackageGroupDescription(ModelPackageGroupDescriptionT&& value) { m_modelPackageGroupDescriptionHasBeenSet =
true; m_modelPackageGroupDescription = std::forward<ModelPackageGroupDescriptionT>(value); }
74 template<
typename ModelPackageGroupDescriptionT = Aws::String>
84 template<
typename CreationTimeT = Aws::Utils::DateTime>
85 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
86 template<
typename CreationTimeT = Aws::Utils::DateTime>
102 bool m_modelPackageGroupNameHasBeenSet =
false;
105 bool m_modelPackageGroupArnHasBeenSet =
false;
108 bool m_modelPackageGroupDescriptionHasBeenSet =
false;
111 bool m_creationTimeHasBeenSet =
false;
114 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