7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename DashboardIdT = Aws::String>
59 m_dashboardIdHasBeenSet =
true;
60 m_dashboardId = std::forward<DashboardIdT>(value);
62 template <
typename DashboardIdT = Aws::String>
76 template <
typename LinkEntitiesT = Aws::Vector<Aws::String>>
78 m_linkEntitiesHasBeenSet =
true;
79 m_linkEntities = std::forward<LinkEntitiesT>(value);
81 template <
typename LinkEntitiesT = Aws::Vector<Aws::String>>
86 template <
typename LinkEntitiesT = Aws::String>
88 m_linkEntitiesHasBeenSet =
true;
89 m_linkEntities.emplace_back(std::forward<LinkEntitiesT>(value));
99 bool m_awsAccountIdHasBeenSet =
false;
100 bool m_dashboardIdHasBeenSet =
false;
101 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