7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentStatus.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace BedrockAgent {
38 template <
typename AgentIdT = Aws::String>
40 m_agentIdHasBeenSet =
true;
41 m_agentId = std::forward<AgentIdT>(value);
43 template <
typename AgentIdT = Aws::String>
57 m_agentStatusHasBeenSet =
true;
58 m_agentStatus = value;
71 template <
typename AgentVersionT = Aws::String>
73 m_agentVersionHasBeenSet =
true;
74 m_agentVersion = std::forward<AgentVersionT>(value);
76 template <
typename AgentVersionT = Aws::String>
89 template <
typename PreparedAtT = Aws::Utils::DateTime>
91 m_preparedAtHasBeenSet =
true;
92 m_preparedAt = std::forward<PreparedAtT>(value);
94 template <
typename PreparedAtT = Aws::Utils::DateTime>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
128 bool m_agentIdHasBeenSet =
false;
129 bool m_agentStatusHasBeenSet =
false;
130 bool m_agentVersionHasBeenSet =
false;
131 bool m_preparedAtHasBeenSet =
false;
132 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_BEDROCKAGENT_API PrepareAgentResult()=default
AWS_BEDROCKAGENT_API PrepareAgentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PrepareAgentResult & WithPreparedAt(PreparedAtT &&value)
PrepareAgentResult & WithAgentId(AgentIdT &&value)
PrepareAgentResult & WithRequestId(RequestIdT &&value)
void SetPreparedAt(PreparedAtT &&value)
AWS_BEDROCKAGENT_API PrepareAgentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetPreparedAt() const
PrepareAgentResult & WithAgentVersion(AgentVersionT &&value)
void SetAgentStatus(AgentStatus value)
PrepareAgentResult & WithAgentStatus(AgentStatus value)
void SetAgentId(AgentIdT &&value)
void SetAgentVersion(AgentVersionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetAgentVersion() const
const Aws::String & GetAgentId() const
AgentStatus GetAgentStatus() 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