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/ActionConnector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ActionConnectorT = ActionConnector>
39 m_actionConnectorHasBeenSet =
true;
40 m_actionConnector = std::forward<ActionConnectorT>(value);
42 template <
typename ActionConnectorT = ActionConnector>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 m_statusHasBeenSet =
true;
87 bool m_actionConnectorHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
89 bool m_statusHasBeenSet =
false;
void SetActionConnector(ActionConnectorT &&value)
AWS_QUICKSIGHT_API DescribeActionConnectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeActionConnectorResult & WithStatus(int value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeActionConnectorResult & WithActionConnector(ActionConnectorT &&value)
void SetStatus(int value)
void SetRequestId(RequestIdT &&value)
DescribeActionConnectorResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DescribeActionConnectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ActionConnector & GetActionConnector() const
AWS_QUICKSIGHT_API DescribeActionConnectorResult()=default
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue