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/sagemaker/model/ModelCardSecurityConfig.h>
11#include <aws/sagemaker/model/ModelCardStatus.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/sagemaker/model/Tag.h>
47 template<
typename ModelCardNameT = Aws::String>
48 void SetModelCardName(ModelCardNameT&& value) { m_modelCardNameHasBeenSet =
true; m_modelCardName = std::forward<ModelCardNameT>(value); }
49 template<
typename ModelCardNameT = Aws::String>
60 template<
typename SecurityConfigT = ModelCardSecurityConfig>
61 void SetSecurityConfig(SecurityConfigT&& value) { m_securityConfigHasBeenSet =
true; m_securityConfig = std::forward<SecurityConfigT>(value); }
62 template<
typename SecurityConfigT = ModelCardSecurityConfig>
74 template<
typename ContentT = Aws::String>
75 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
76 template<
typename ContentT = Aws::String>
103 template<
typename TagsT = Aws::Vector<Tag>>
104 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
105 template<
typename TagsT = Aws::Vector<Tag>>
107 template<
typename TagsT = Tag>
113 bool m_modelCardNameHasBeenSet =
false;
116 bool m_securityConfigHasBeenSet =
false;
119 bool m_contentHasBeenSet =
false;
122 bool m_modelCardStatusHasBeenSet =
false;
125 bool m_tagsHasBeenSet =
false;
const Aws::String & GetContent() const
CreateModelCardRequest & WithSecurityConfig(SecurityConfigT &&value)
bool ModelCardNameHasBeenSet() const
ModelCardStatus GetModelCardStatus() const
virtual const char * GetServiceRequestName() const override
void SetSecurityConfig(SecurityConfigT &&value)
bool ModelCardStatusHasBeenSet() const
void SetModelCardStatus(ModelCardStatus value)
AWS_SAGEMAKER_API CreateModelCardRequest()=default
bool TagsHasBeenSet() const
CreateModelCardRequest & WithModelCardName(ModelCardNameT &&value)
bool ContentHasBeenSet() const
CreateModelCardRequest & WithTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetModelCardName() const
const ModelCardSecurityConfig & GetSecurityConfig() const
CreateModelCardRequest & WithContent(ContentT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateModelCardRequest & AddTags(TagsT &&value)
void SetModelCardName(ModelCardNameT &&value)
void SetContent(ContentT &&value)
CreateModelCardRequest & WithModelCardStatus(ModelCardStatus value)
void SetTags(TagsT &&value)
bool SecurityConfigHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
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