7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/AsyncInvokeOutputDataConfig.h>
9#include <aws/bedrock-runtime/model/AsyncInvokeStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace BedrockRuntime {
37 template <
typename InvocationArnT = Aws::String>
39 m_invocationArnHasBeenSet =
true;
40 m_invocationArn = std::forward<InvocationArnT>(value);
42 template <
typename InvocationArnT = Aws::String>
54 template <
typename ModelArnT = Aws::String>
56 m_modelArnHasBeenSet =
true;
57 m_modelArn = std::forward<ModelArnT>(value);
59 template <
typename ModelArnT = Aws::String>
71 template <
typename ClientRequestTokenT = Aws::String>
73 m_clientRequestTokenHasBeenSet =
true;
74 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
76 template <
typename ClientRequestTokenT = Aws::String>
89 m_statusHasBeenSet =
true;
103 template <
typename FailureMessageT = Aws::String>
105 m_failureMessageHasBeenSet =
true;
106 m_failureMessage = std::forward<FailureMessageT>(value);
108 template <
typename FailureMessageT = Aws::String>
120 template <
typename SubmitTimeT = Aws::Utils::DateTime>
122 m_submitTimeHasBeenSet =
true;
123 m_submitTime = std::forward<SubmitTimeT>(value);
125 template <
typename SubmitTimeT = Aws::Utils::DateTime>
137 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
139 m_lastModifiedTimeHasBeenSet =
true;
140 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
142 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
154 template <
typename EndTimeT = Aws::Utils::DateTime>
156 m_endTimeHasBeenSet =
true;
157 m_endTime = std::forward<EndTimeT>(value);
159 template <
typename EndTimeT = Aws::Utils::DateTime>
171 template <
typename OutputDataConfigT = AsyncInvokeOutputDataConfig>
173 m_outputDataConfigHasBeenSet =
true;
174 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
176 template <
typename OutputDataConfigT = AsyncInvokeOutputDataConfig>
186 template <
typename RequestIdT = Aws::String>
188 m_requestIdHasBeenSet =
true;
189 m_requestId = std::forward<RequestIdT>(value);
191 template <
typename RequestIdT = Aws::String>
214 AsyncInvokeOutputDataConfig m_outputDataConfig;
217 bool m_invocationArnHasBeenSet =
false;
218 bool m_modelArnHasBeenSet =
false;
219 bool m_clientRequestTokenHasBeenSet =
false;
220 bool m_statusHasBeenSet =
false;
221 bool m_failureMessageHasBeenSet =
false;
222 bool m_submitTimeHasBeenSet =
false;
223 bool m_lastModifiedTimeHasBeenSet =
false;
224 bool m_endTimeHasBeenSet =
false;
225 bool m_outputDataConfigHasBeenSet =
false;
226 bool m_requestIdHasBeenSet =
false;
void SetFailureMessage(FailureMessageT &&value)
GetAsyncInvokeResult & WithStatus(AsyncInvokeStatus value)
AWS_BEDROCKRUNTIME_API GetAsyncInvokeResult()=default
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetEndTime(EndTimeT &&value)
AWS_BEDROCKRUNTIME_API GetAsyncInvokeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOutputDataConfig(OutputDataConfigT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_BEDROCKRUNTIME_API GetAsyncInvokeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAsyncInvokeResult & WithFailureMessage(FailureMessageT &&value)
GetAsyncInvokeResult & WithModelArn(ModelArnT &&value)
GetAsyncInvokeResult & WithRequestId(RequestIdT &&value)
void SetModelArn(ModelArnT &&value)
GetAsyncInvokeResult & WithSubmitTime(SubmitTimeT &&value)
void SetSubmitTime(SubmitTimeT &&value)
void SetInvocationArn(InvocationArnT &&value)
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetModelArn() const
const Aws::String & GetRequestId() const
void SetStatus(AsyncInvokeStatus value)
GetAsyncInvokeResult & WithInvocationArn(InvocationArnT &&value)
const Aws::String & GetInvocationArn() const
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetFailureMessage() const
const Aws::Utils::DateTime & GetSubmitTime() const
GetAsyncInvokeResult & WithClientRequestToken(ClientRequestTokenT &&value)
GetAsyncInvokeResult & WithOutputDataConfig(OutputDataConfigT &&value)
const Aws::String & GetClientRequestToken() const
AsyncInvokeStatus GetStatus() const
GetAsyncInvokeResult & WithEndTime(EndTimeT &&value)
GetAsyncInvokeResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const AsyncInvokeOutputDataConfig & GetOutputDataConfig() const
void SetRequestId(RequestIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue