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/Agent.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename AgentT = Agent>
39 m_agentHasBeenSet =
true;
40 m_agent = std::forward<AgentT>(value);
42 template <
typename AgentT = Agent>
44 SetAgent(std::forward<AgentT>(value));
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_agentHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
DescribeAgentResult & WithAgent(AgentT &&value)
AWS_QUICKSIGHT_API DescribeAgentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DescribeAgentResult()=default
DescribeAgentResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetAgent(AgentT &&value)
AWS_QUICKSIGHT_API DescribeAgentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Agent & GetAgent() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue