7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
52 template <
typename ActionConnectorIdT = Aws::String>
54 m_actionConnectorIdHasBeenSet =
true;
55 m_actionConnectorId = std::forward<ActionConnectorIdT>(value);
57 template <
typename ActionConnectorIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
85 m_statusHasBeenSet =
true;
104 bool m_arnHasBeenSet =
false;
105 bool m_actionConnectorIdHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DeleteActionConnectorResult & WithArn(ArnT &&value)
DeleteActionConnectorResult & WithActionConnectorId(ActionConnectorIdT &&value)
void SetActionConnectorId(ActionConnectorIdT &&value)
void SetRequestId(RequestIdT &&value)
DeleteActionConnectorResult & WithStatus(int value)
AWS_QUICKSIGHT_API DeleteActionConnectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DeleteActionConnectorResult()=default
const Aws::String & GetRequestId() const
AWS_QUICKSIGHT_API DeleteActionConnectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteActionConnectorResult & WithRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetActionConnectorId() const
void SetStatus(int value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue