7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/Document.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime {
43 template <
typename NodeNameT = Aws::String>
45 m_nodeNameHasBeenSet =
true;
46 m_nodeName = std::forward<NodeNameT>(value);
48 template <
typename NodeNameT = Aws::String>
61 template <
typename OperationNameT = Aws::String>
63 m_operationNameHasBeenSet =
true;
64 m_operationName = std::forward<OperationNameT>(value);
66 template <
typename OperationNameT = Aws::String>
79 template <
typename OperationRequestT = Aws::Utils::Document>
81 m_operationRequestHasBeenSet =
true;
82 m_operationRequest = std::forward<OperationRequestT>(value);
84 template <
typename OperationRequestT = Aws::Utils::Document>
97 template <
typename OperationResponseT = Aws::Utils::Document>
99 m_operationResponseHasBeenSet =
true;
100 m_operationResponse = std::forward<OperationResponseT>(value);
102 template <
typename OperationResponseT = Aws::Utils::Document>
115 template <
typename RequestIdT = Aws::String>
117 m_requestIdHasBeenSet =
true;
118 m_requestId = std::forward<RequestIdT>(value);
120 template <
typename RequestIdT = Aws::String>
133 template <
typename ServiceNameT = Aws::String>
135 m_serviceNameHasBeenSet =
true;
136 m_serviceName = std::forward<ServiceNameT>(value);
138 template <
typename ServiceNameT = Aws::String>
151 template <
typename TimestampT = Aws::Utils::DateTime>
153 m_timestampHasBeenSet =
true;
154 m_timestamp = std::forward<TimestampT>(value);
156 template <
typename TimestampT = Aws::Utils::DateTime>
176 bool m_nodeNameHasBeenSet =
false;
177 bool m_operationNameHasBeenSet =
false;
178 bool m_operationRequestHasBeenSet =
false;
179 bool m_operationResponseHasBeenSet =
false;
180 bool m_requestIdHasBeenSet =
false;
181 bool m_serviceNameHasBeenSet =
false;
182 bool m_timestampHasBeenSet =
false;
const Aws::Utils::DateTime & GetTimestamp() const
NodeActionEvent & WithTimestamp(TimestampT &&value)
bool RequestIdHasBeenSet() const
NodeActionEvent & WithNodeName(NodeNameT &&value)
const Aws::String & GetNodeName() const
NodeActionEvent & WithOperationName(OperationNameT &&value)
void SetOperationResponse(OperationResponseT &&value)
Aws::Utils::DocumentView GetOperationRequest() const
AWS_BEDROCKAGENTRUNTIME_API NodeActionEvent()=default
Aws::Utils::DocumentView GetOperationResponse() const
const Aws::String & GetServiceName() const
bool OperationRequestHasBeenSet() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
NodeActionEvent & WithServiceName(ServiceNameT &&value)
bool TimestampHasBeenSet() const
bool OperationResponseHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool OperationNameHasBeenSet() const
NodeActionEvent & WithOperationRequest(OperationRequestT &&value)
NodeActionEvent & WithRequestId(RequestIdT &&value)
bool ServiceNameHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API NodeActionEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOperationRequest(OperationRequestT &&value)
void SetTimestamp(TimestampT &&value)
void SetOperationName(OperationNameT &&value)
void SetNodeName(NodeNameT &&value)
AWS_BEDROCKAGENTRUNTIME_API NodeActionEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOperationName() const
NodeActionEvent & WithOperationResponse(OperationResponseT &&value)
bool NodeNameHasBeenSet() const
void SetServiceName(ServiceNameT &&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