7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace BedrockAgent {
37 template <
typename AgentIdT = Aws::String>
39 m_agentIdHasBeenSet =
true;
40 m_agentId = std::forward<AgentIdT>(value);
42 template <
typename AgentIdT = Aws::String>
56 m_agentStatusHasBeenSet =
true;
57 m_agentStatus = value;
70 template <
typename AgentVersionT = Aws::String>
72 m_agentVersionHasBeenSet =
true;
73 m_agentVersion = std::forward<AgentVersionT>(value);
75 template <
typename AgentVersionT = Aws::String>
88 template <
typename PreparedAtT = Aws::Utils::DateTime>
90 m_preparedAtHasBeenSet =
true;
91 m_preparedAt = std::forward<PreparedAtT>(value);
93 template <
typename PreparedAtT = Aws::Utils::DateTime>
103 template <
typename RequestIdT = Aws::String>
105 m_requestIdHasBeenSet =
true;
106 m_requestId = std::forward<RequestIdT>(value);
108 template <
typename RequestIdT = Aws::String>
124 bool m_agentIdHasBeenSet =
false;
125 bool m_agentStatusHasBeenSet =
false;
126 bool m_agentVersionHasBeenSet =
false;
127 bool m_preparedAtHasBeenSet =
false;
128 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)
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