7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/AgentStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename AgentIdT = Aws::String>
55 m_agentIdHasBeenSet =
true;
56 m_agentId = std::forward<AgentIdT>(value);
58 template <
typename AgentIdT = Aws::String>
71 m_agentStatusHasBeenSet =
true;
72 m_agentStatus = value;
85 template <
typename AgentNameT = Aws::String>
87 m_agentNameHasBeenSet =
true;
88 m_agentName = std::forward<AgentNameT>(value);
90 template <
typename AgentNameT = Aws::String>
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
124 bool m_arnHasBeenSet =
false;
125 bool m_agentIdHasBeenSet =
false;
126 bool m_agentStatusHasBeenSet =
false;
127 bool m_agentNameHasBeenSet =
false;
128 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetAgentName() const
CreateAgentResult & WithAgentStatus(AgentStatus value)
const Aws::String & GetRequestId() const
void SetArn(ArnT &&value)
CreateAgentResult & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API CreateAgentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAgentId(AgentIdT &&value)
AWS_QUICKSIGHT_API CreateAgentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateAgentResult & WithAgentId(AgentIdT &&value)
void SetAgentStatus(AgentStatus value)
CreateAgentResult & WithRequestId(RequestIdT &&value)
void SetAgentName(AgentNameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetAgentId() const
AWS_QUICKSIGHT_API CreateAgentResult()=default
const Aws::String & GetArn() const
AgentStatus GetAgentStatus() const
CreateAgentResult & WithAgentName(AgentNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue