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/ResourceStatus.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 ActionConnectorIdT = Aws::String>
55 m_actionConnectorIdHasBeenSet =
true;
56 m_actionConnectorId = std::forward<ActionConnectorIdT>(value);
58 template <
typename ActionConnectorIdT = Aws::String>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
86 m_updateStatusHasBeenSet =
true;
87 m_updateStatus = value;
101 m_statusHasBeenSet =
true;
122 bool m_arnHasBeenSet =
false;
123 bool m_actionConnectorIdHasBeenSet =
false;
124 bool m_requestIdHasBeenSet =
false;
125 bool m_updateStatusHasBeenSet =
false;
126 bool m_statusHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetActionConnectorId(ActionConnectorIdT &&value)
void SetStatus(int value)
AWS_QUICKSIGHT_API UpdateActionConnectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateActionConnectorResult & WithUpdateStatus(ResourceStatus value)
const Aws::String & GetArn() const
void SetUpdateStatus(ResourceStatus value)
AWS_QUICKSIGHT_API UpdateActionConnectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ResourceStatus GetUpdateStatus() const
AWS_QUICKSIGHT_API UpdateActionConnectorResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
UpdateActionConnectorResult & WithArn(ArnT &&value)
UpdateActionConnectorResult & WithRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
UpdateActionConnectorResult & WithStatus(int value)
UpdateActionConnectorResult & WithActionConnectorId(ActionConnectorIdT &&value)
const Aws::String & GetActionConnectorId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue