7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/Tag.h>
47 inline void SetModelPackageGroupName(
const char* value) { m_modelPackageGroupNameHasBeenSet =
true; m_modelPackageGroupName.assign(value); }
87 bool m_modelPackageGroupNameHasBeenSet =
false;
90 bool m_modelPackageGroupDescriptionHasBeenSet =
false;
93 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
CreateModelPackageGroupRequest & WithModelPackageGroupName(Aws::String &&value)
void SetModelPackageGroupName(const char *value)
CreateModelPackageGroupRequest & AddTags(const Tag &value)
CreateModelPackageGroupRequest & WithTags(const Aws::Vector< Tag > &value)
void SetTags(Aws::Vector< Tag > &&value)
AWS_SAGEMAKER_API CreateModelPackageGroupRequest()
void SetModelPackageGroupDescription(Aws::String &&value)
CreateModelPackageGroupRequest & WithModelPackageGroupDescription(const Aws::String &value)
const Aws::String & GetModelPackageGroupName() const
void SetTags(const Aws::Vector< Tag > &value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetModelPackageGroupName(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetModelPackageGroupDescription(const char *value)
const Aws::String & GetModelPackageGroupDescription() const
void SetModelPackageGroupDescription(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateModelPackageGroupRequest & WithModelPackageGroupName(const Aws::String &value)
CreateModelPackageGroupRequest & WithModelPackageGroupDescription(Aws::String &&value)
CreateModelPackageGroupRequest & WithTags(Aws::Vector< Tag > &&value)
CreateModelPackageGroupRequest & WithModelPackageGroupName(const char *value)
bool ModelPackageGroupDescriptionHasBeenSet() const
bool ModelPackageGroupNameHasBeenSet() const
void SetModelPackageGroupName(const Aws::String &value)
CreateModelPackageGroupRequest & AddTags(Tag &&value)
CreateModelPackageGroupRequest & WithModelPackageGroupDescription(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector