7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/bedrock/model/Tag.h>
13#include <aws/core/utils/UUID.h>
45 template<
typename ModelDeploymentNameT = Aws::String>
46 void SetModelDeploymentName(ModelDeploymentNameT&& value) { m_modelDeploymentNameHasBeenSet =
true; m_modelDeploymentName = std::forward<ModelDeploymentNameT>(value); }
47 template<
typename ModelDeploymentNameT = Aws::String>
58 template<
typename ModelArnT = Aws::String>
59 void SetModelArn(ModelArnT&& value) { m_modelArnHasBeenSet =
true; m_modelArn = std::forward<ModelArnT>(value); }
60 template<
typename ModelArnT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
85 template<
typename TagsT = Aws::Vector<Tag>>
86 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
87 template<
typename TagsT = Aws::Vector<Tag>>
89 template<
typename TagsT = Tag>
103 template<
typename ClientRequestTokenT = Aws::String>
104 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
105 template<
typename ClientRequestTokenT = Aws::String>
111 bool m_modelDeploymentNameHasBeenSet =
false;
114 bool m_modelArnHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
120 bool m_tagsHasBeenSet =
false;
123 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector