7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template<
typename AwsAccountIdT = Aws::String>
44 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
45 template<
typename AwsAccountIdT = Aws::String>
55 template<
typename DashboardIdT = Aws::String>
56 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet =
true; m_dashboardId = std::forward<DashboardIdT>(value); }
57 template<
typename DashboardIdT = Aws::String>
68 template<
typename LinkEntitiesT = Aws::Vector<Aws::String>>
69 void SetLinkEntities(LinkEntitiesT&& value) { m_linkEntitiesHasBeenSet =
true; m_linkEntities = std::forward<LinkEntitiesT>(value); }
70 template<
typename LinkEntitiesT = Aws::Vector<Aws::String>>
72 template<
typename LinkEntitiesT = Aws::String>
78 bool m_awsAccountIdHasBeenSet =
false;
81 bool m_dashboardIdHasBeenSet =
false;
84 bool m_linkEntitiesHasBeenSet =
false;
const Aws::String & GetDashboardId() const
const Aws::Vector< Aws::String > & GetLinkEntities() const
UpdateDashboardLinksRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
bool LinkEntitiesHasBeenSet() const
const Aws::String & GetAwsAccountId() const
UpdateDashboardLinksRequest & WithDashboardId(DashboardIdT &&value)
bool DashboardIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateDashboardLinksRequest & WithLinkEntities(LinkEntitiesT &&value)
void SetDashboardId(DashboardIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API UpdateDashboardLinksRequest()=default
UpdateDashboardLinksRequest & AddLinkEntities(LinkEntitiesT &&value)
bool AwsAccountIdHasBeenSet() const
void SetLinkEntities(LinkEntitiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector