7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/bedrock/model/Tag.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename ModelDeploymentNameT = Aws::String>
43 m_modelDeploymentNameHasBeenSet =
true;
44 m_modelDeploymentName = std::forward<ModelDeploymentNameT>(value);
46 template <
typename ModelDeploymentNameT = Aws::String>
60 template <
typename ModelArnT = Aws::String>
62 m_modelArnHasBeenSet =
true;
63 m_modelArn = std::forward<ModelArnT>(value);
65 template <
typename ModelArnT = Aws::String>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
99 template <
typename TagsT = Aws::Vector<Tag>>
101 m_tagsHasBeenSet =
true;
102 m_tags = std::forward<TagsT>(value);
104 template <
typename TagsT = Aws::Vector<Tag>>
106 SetTags(std::forward<TagsT>(value));
109 template <
typename TagsT = Tag>
111 m_tagsHasBeenSet =
true;
112 m_tags.emplace_back(std::forward<TagsT>(value));
127 template <
typename ClientRequestTokenT = Aws::String>
129 m_clientRequestTokenHasBeenSet =
true;
130 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
132 template <
typename ClientRequestTokenT = Aws::String>
148 bool m_modelDeploymentNameHasBeenSet =
false;
149 bool m_modelArnHasBeenSet =
false;
150 bool m_descriptionHasBeenSet =
false;
151 bool m_tagsHasBeenSet =
false;
152 bool m_clientRequestTokenHasBeenSet =
true;
CreateCustomModelDeploymentRequest & WithModelDeploymentName(ModelDeploymentNameT &&value)
const Aws::String & GetDescription() const
bool ModelArnHasBeenSet() const
AWS_BEDROCK_API CreateCustomModelDeploymentRequest()=default
const Aws::Vector< Tag > & GetTags() const
void SetModelArn(ModelArnT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetModelDeploymentName() const
void SetDescription(DescriptionT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool ModelDeploymentNameHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateCustomModelDeploymentRequest & WithClientRequestToken(ClientRequestTokenT &&value)
CreateCustomModelDeploymentRequest & AddTags(TagsT &&value)
CreateCustomModelDeploymentRequest & WithDescription(DescriptionT &&value)
AWS_BEDROCK_API Aws::String SerializePayload() const override
bool ClientRequestTokenHasBeenSet() const
bool TagsHasBeenSet() const
CreateCustomModelDeploymentRequest & WithModelArn(ModelArnT &&value)
CreateCustomModelDeploymentRequest & WithTags(TagsT &&value)
const Aws::String & GetClientRequestToken() const
const Aws::String & GetModelArn() const
void SetModelDeploymentName(ModelDeploymentNameT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector