7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/BedrockRuntimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Document.h>
11#include <aws/bedrock-runtime/model/AsyncInvokeOutputDataConfig.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/bedrock-runtime/model/Tag.h>
15#include <aws/core/utils/UUID.h>
19namespace BedrockRuntime
46 template<
typename ClientRequestTokenT = Aws::String>
47 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
48 template<
typename ClientRequestTokenT = Aws::String>
58 template<
typename ModelIdT = Aws::String>
59 void SetModelId(ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
60 template<
typename ModelIdT = Aws::String>
70 template<
typename ModelInputT = Aws::Utils::Document>
71 void SetModelInput(ModelInputT&& value) { m_modelInputHasBeenSet =
true; m_modelInput = std::forward<ModelInputT>(value); }
72 template<
typename ModelInputT = Aws::Utils::Document>
82 template<
typename OutputDataConfigT = AsyncInvokeOutputDataConfig>
83 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
84 template<
typename OutputDataConfigT = AsyncInvokeOutputDataConfig>
94 template<
typename TagsT = Aws::Vector<Tag>>
95 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
96 template<
typename TagsT = Aws::Vector<Tag>>
98 template<
typename TagsT = Tag>
104 bool m_clientRequestTokenHasBeenSet =
true;
107 bool m_modelIdHasBeenSet =
false;
110 bool m_modelInputHasBeenSet =
false;
112 AsyncInvokeOutputDataConfig m_outputDataConfig;
113 bool m_outputDataConfigHasBeenSet =
false;
116 bool m_tagsHasBeenSet =
false;
bool ModelInputHasBeenSet() const
bool ModelIdHasBeenSet() const
StartAsyncInvokeRequest & WithOutputDataConfig(OutputDataConfigT &&value)
StartAsyncInvokeRequest & WithModelId(ModelIdT &&value)
const AsyncInvokeOutputDataConfig & GetOutputDataConfig() const
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetClientRequestToken() const
Aws::Utils::DocumentView GetModelInput() const
StartAsyncInvokeRequest & WithTags(TagsT &&value)
StartAsyncInvokeRequest & AddTags(TagsT &&value)
StartAsyncInvokeRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool TagsHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
StartAsyncInvokeRequest & WithModelInput(ModelInputT &&value)
void SetModelId(ModelIdT &&value)
void SetTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_BEDROCKRUNTIME_API Aws::String SerializePayload() const override
const Aws::String & GetModelId() const
virtual const char * GetServiceRequestName() const override
bool OutputDataConfigHasBeenSet() const
void SetOutputDataConfig(OutputDataConfigT &&value)
AWS_BEDROCKRUNTIME_API StartAsyncInvokeRequest()=default
void SetModelInput(ModelInputT &&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