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/bedrock/model/InferenceProfileModelSource.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/bedrock/model/Tag.h>
14#include <aws/core/utils/UUID.h>
45 template<
typename InferenceProfileNameT = Aws::String>
46 void SetInferenceProfileName(InferenceProfileNameT&& value) { m_inferenceProfileNameHasBeenSet =
true; m_inferenceProfileName = std::forward<InferenceProfileNameT>(value); }
47 template<
typename InferenceProfileNameT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
73 template<
typename ClientRequestTokenT = Aws::String>
74 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
75 template<
typename ClientRequestTokenT = Aws::String>
86 template<
typename ModelSourceT = InferenceProfileModelSource>
87 void SetModelSource(ModelSourceT&& value) { m_modelSourceHasBeenSet =
true; m_modelSource = std::forward<ModelSourceT>(value); }
88 template<
typename ModelSourceT = InferenceProfileModelSource>
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_inferenceProfileNameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
119 bool m_clientRequestTokenHasBeenSet =
true;
121 InferenceProfileModelSource m_modelSource;
122 bool m_modelSourceHasBeenSet =
false;
125 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector