7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename RequestIdT = Aws::String>
36 m_requestIdHasBeenSet =
true;
37 m_requestId = std::forward<RequestIdT>(value);
39 template <
typename RequestIdT = Aws::String>
52 m_statusHasBeenSet =
true;
66 template <
typename DashboardArnT = Aws::String>
68 m_dashboardArnHasBeenSet =
true;
69 m_dashboardArn = std::forward<DashboardArnT>(value);
71 template <
typename DashboardArnT = Aws::String>
84 template <
typename LinkEntitiesT = Aws::Vector<Aws::String>>
86 m_linkEntitiesHasBeenSet =
true;
87 m_linkEntities = std::forward<LinkEntitiesT>(value);
89 template <
typename LinkEntitiesT = Aws::Vector<Aws::String>>
94 template <
typename LinkEntitiesT = Aws::String>
96 m_linkEntitiesHasBeenSet =
true;
97 m_linkEntities.emplace_back(std::forward<LinkEntitiesT>(value));
112 bool m_requestIdHasBeenSet =
false;
113 bool m_statusHasBeenSet =
false;
114 bool m_dashboardArnHasBeenSet =
false;
115 bool m_linkEntitiesHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
UpdateDashboardLinksResult & WithStatus(int value)
void SetStatus(int value)
void SetLinkEntities(LinkEntitiesT &&value)
UpdateDashboardLinksResult & WithLinkEntities(LinkEntitiesT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateDashboardLinksResult & AddLinkEntities(LinkEntitiesT &&value)
AWS_QUICKSIGHT_API UpdateDashboardLinksResult()=default
AWS_QUICKSIGHT_API UpdateDashboardLinksResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API UpdateDashboardLinksResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDashboardArn() const
UpdateDashboardLinksResult & WithRequestId(RequestIdT &&value)
UpdateDashboardLinksResult & WithDashboardArn(DashboardArnT &&value)
void SetDashboardArn(DashboardArnT &&value)
const Aws::Vector< Aws::String > & GetLinkEntities() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue