7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename RequestIdT = Aws::String>
40 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
41 template<
typename RequestIdT = Aws::String>
50 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
59 template<
typename DashboardArnT = Aws::String>
60 void SetDashboardArn(DashboardArnT&& value) { m_dashboardArnHasBeenSet =
true; m_dashboardArn = std::forward<DashboardArnT>(value); }
61 template<
typename DashboardArnT = Aws::String>
71 template<
typename LinkEntitiesT = Aws::Vector<Aws::String>>
72 void SetLinkEntities(LinkEntitiesT&& value) { m_linkEntitiesHasBeenSet =
true; m_linkEntities = std::forward<LinkEntitiesT>(value); }
73 template<
typename LinkEntitiesT = Aws::Vector<Aws::String>>
75 template<
typename LinkEntitiesT = Aws::String>
81 bool m_requestIdHasBeenSet =
false;
84 bool m_statusHasBeenSet =
false;
87 bool m_dashboardArnHasBeenSet =
false;
90 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)
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