7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/bedrock/model/InferenceProfileModelSource.h>
10#include <aws/bedrock/model/Tag.h>
11#include <aws/core/utils/UUID.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename InferenceProfileNameT = Aws::String>
43 m_inferenceProfileNameHasBeenSet =
true;
44 m_inferenceProfileName = std::forward<InferenceProfileNameT>(value);
46 template <
typename InferenceProfileNameT = Aws::String>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
81 template <
typename ClientRequestTokenT = Aws::String>
83 m_clientRequestTokenHasBeenSet =
true;
84 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
86 template <
typename ClientRequestTokenT = Aws::String>
100 template <
typename ModelSourceT = InferenceProfileModelSource>
102 m_modelSourceHasBeenSet =
true;
103 m_modelSource = std::forward<ModelSourceT>(value);
105 template <
typename ModelSourceT = InferenceProfileModelSource>
123 template <
typename TagsT = Aws::Vector<Tag>>
125 m_tagsHasBeenSet =
true;
126 m_tags = std::forward<TagsT>(value);
128 template <
typename TagsT = Aws::Vector<Tag>>
130 SetTags(std::forward<TagsT>(value));
133 template <
typename TagsT = Tag>
135 m_tagsHasBeenSet =
true;
136 m_tags.emplace_back(std::forward<TagsT>(value));
147 InferenceProfileModelSource m_modelSource;
150 bool m_inferenceProfileNameHasBeenSet =
false;
151 bool m_descriptionHasBeenSet =
false;
152 bool m_clientRequestTokenHasBeenSet =
true;
153 bool m_modelSourceHasBeenSet =
false;
154 bool m_tagsHasBeenSet =
false;
void SetInferenceProfileName(InferenceProfileNameT &&value)
CreateInferenceProfileRequest & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetInferenceProfileName() const
bool ModelSourceHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_BEDROCK_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetModelSource(ModelSourceT &&value)
CreateInferenceProfileRequest & WithInferenceProfileName(InferenceProfileNameT &&value)
AWS_BEDROCK_API CreateInferenceProfileRequest()=default
const Aws::Vector< Tag > & GetTags() const
const InferenceProfileModelSource & GetModelSource() const
const Aws::String & GetClientRequestToken() const
const Aws::String & GetDescription() const
bool InferenceProfileNameHasBeenSet() const
bool TagsHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
void SetTags(TagsT &&value)
CreateInferenceProfileRequest & AddTags(TagsT &&value)
bool DescriptionHasBeenSet() const
CreateInferenceProfileRequest & WithTags(TagsT &&value)
CreateInferenceProfileRequest & WithDescription(DescriptionT &&value)
CreateInferenceProfileRequest & WithModelSource(ModelSourceT &&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