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>
22namespace BedrockRuntime {
43 template <
typename InvocationArnT = Aws::String>
45 m_invocationArnHasBeenSet =
true;
46 m_invocationArn = std::forward<InvocationArnT>(value);
48 template <
typename InvocationArnT = Aws::String>
61 template <
typename ModelArnT = Aws::String>
63 m_modelArnHasBeenSet =
true;
64 m_modelArn = std::forward<ModelArnT>(value);
66 template <
typename ModelArnT = Aws::String>
79 template <
typename ClientRequestTokenT = Aws::String>
81 m_clientRequestTokenHasBeenSet =
true;
82 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
84 template <
typename ClientRequestTokenT = Aws::String>
98 m_statusHasBeenSet =
true;
113 template <
typename FailureMessageT = Aws::String>
115 m_failureMessageHasBeenSet =
true;
116 m_failureMessage = std::forward<FailureMessageT>(value);
118 template <
typename FailureMessageT = Aws::String>
131 template <
typename SubmitTimeT = Aws::Utils::DateTime>
133 m_submitTimeHasBeenSet =
true;
134 m_submitTime = std::forward<SubmitTimeT>(value);
136 template <
typename SubmitTimeT = Aws::Utils::DateTime>
149 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
151 m_lastModifiedTimeHasBeenSet =
true;
152 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
154 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
167 template <
typename EndTimeT = Aws::Utils::DateTime>
169 m_endTimeHasBeenSet =
true;
170 m_endTime = std::forward<EndTimeT>(value);
172 template <
typename EndTimeT = Aws::Utils::DateTime>
185 template <
typename OutputDataConfigT = AsyncInvokeOutputDataConfig>
187 m_outputDataConfigHasBeenSet =
true;
188 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
190 template <
typename OutputDataConfigT = AsyncInvokeOutputDataConfig>
213 AsyncInvokeOutputDataConfig m_outputDataConfig;
214 bool m_invocationArnHasBeenSet =
false;
215 bool m_modelArnHasBeenSet =
false;
216 bool m_clientRequestTokenHasBeenSet =
false;
217 bool m_statusHasBeenSet =
false;
218 bool m_failureMessageHasBeenSet =
false;
219 bool m_submitTimeHasBeenSet =
false;
220 bool m_lastModifiedTimeHasBeenSet =
false;
221 bool m_endTimeHasBeenSet =
false;
222 bool m_outputDataConfigHasBeenSet =
false;
AsyncInvokeSummary & WithEndTime(EndTimeT &&value)
AWS_BEDROCKRUNTIME_API AsyncInvokeSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInvocationArn() const
AsyncInvokeSummary & WithFailureMessage(FailureMessageT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::String & GetFailureMessage() const
bool EndTimeHasBeenSet() const
const Aws::String & GetModelArn() const
AsyncInvokeSummary & WithInvocationArn(InvocationArnT &&value)
const Aws::Utils::DateTime & GetSubmitTime() const
bool SubmitTimeHasBeenSet() const
AWS_BEDROCKRUNTIME_API AsyncInvokeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(AsyncInvokeStatus value)
bool LastModifiedTimeHasBeenSet() const
void SetFailureMessage(FailureMessageT &&value)
AWS_BEDROCKRUNTIME_API AsyncInvokeSummary()=default
AsyncInvokeSummary & WithModelArn(ModelArnT &&value)
void SetSubmitTime(SubmitTimeT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool ModelArnHasBeenSet() const
bool InvocationArnHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AsyncInvokeSummary & WithStatus(AsyncInvokeStatus value)
AsyncInvokeSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetOutputDataConfig(OutputDataConfigT &&value)
AsyncInvokeStatus GetStatus() const
void SetModelArn(ModelArnT &&value)
const Aws::Utils::DateTime & GetEndTime() const
bool StatusHasBeenSet() const
AsyncInvokeSummary & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AsyncInvokeSummary & WithOutputDataConfig(OutputDataConfigT &&value)
bool OutputDataConfigHasBeenSet() const
void SetInvocationArn(InvocationArnT &&value)
bool FailureMessageHasBeenSet() const
AsyncInvokeSummary & WithSubmitTime(SubmitTimeT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetClientRequestToken() const
const AsyncInvokeOutputDataConfig & GetOutputDataConfig() const
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