7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace BedrockAgent {
35 template <
typename AgentIdT = Aws::String>
37 m_agentIdHasBeenSet =
true;
38 m_agentId = std::forward<AgentIdT>(value);
40 template <
typename AgentIdT = Aws::String>
53 m_agentStatusHasBeenSet =
true;
54 m_agentStatus = value;
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
82 bool m_agentIdHasBeenSet =
false;
83 bool m_agentStatusHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
void SetAgentId(AgentIdT &&value)
const Aws::String & GetAgentId() const
AWS_BEDROCKAGENT_API DeleteAgentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DeleteAgentResult & WithAgentStatus(AgentStatus value)
AgentStatus GetAgentStatus() const
DeleteAgentResult & WithAgentId(AgentIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetAgentStatus(AgentStatus value)
DeleteAgentResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCKAGENT_API DeleteAgentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKAGENT_API DeleteAgentResult()=default
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