7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace BedrockAgentRuntime
41 template<
typename CreatedAtT = Aws::Utils::DateTime>
42 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
43 template<
typename CreatedAtT = Aws::Utils::DateTime>
52 template<
typename InvocationIdT = Aws::String>
53 void SetInvocationId(InvocationIdT&& value) { m_invocationIdHasBeenSet =
true; m_invocationId = std::forward<InvocationIdT>(value); }
54 template<
typename InvocationIdT = Aws::String>
63 template<
typename SessionIdT = Aws::String>
64 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
65 template<
typename SessionIdT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_createdAtHasBeenSet =
false;
83 bool m_invocationIdHasBeenSet =
false;
86 bool m_sessionIdHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
CreateInvocationResult & WithRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
CreateInvocationResult & WithCreatedAt(CreatedAtT &&value)
AWS_BEDROCKAGENTRUNTIME_API CreateInvocationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSessionId(SessionIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetInvocationId(InvocationIdT &&value)
const Aws::String & GetInvocationId() const
const Aws::String & GetSessionId() const
CreateInvocationResult & WithSessionId(SessionIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API CreateInvocationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_BEDROCKAGENTRUNTIME_API CreateInvocationResult()=default
CreateInvocationResult & WithInvocationId(InvocationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue