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>
45 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
59 inline void SetDashboardId(
const char* value) { m_dashboardIdHasBeenSet =
true; m_dashboardId.assign(value); }
83 bool m_awsAccountIdHasBeenSet =
false;
86 bool m_dashboardIdHasBeenSet =
false;
89 bool m_linkEntitiesHasBeenSet =
false;
const Aws::String & GetDashboardId() const
void SetAwsAccountId(const char *value)
const Aws::Vector< Aws::String > & GetLinkEntities() const
UpdateDashboardLinksRequest & WithAwsAccountId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool LinkEntitiesHasBeenSet() const
UpdateDashboardLinksRequest & WithAwsAccountId(Aws::String &&value)
UpdateDashboardLinksRequest & WithDashboardId(const char *value)
UpdateDashboardLinksRequest & WithDashboardId(const Aws::String &value)
UpdateDashboardLinksRequest & AddLinkEntities(const char *value)
UpdateDashboardLinksRequest & AddLinkEntities(Aws::String &&value)
void SetDashboardId(const char *value)
void SetLinkEntities(Aws::Vector< Aws::String > &&value)
const Aws::String & GetAwsAccountId() const
void SetLinkEntities(const Aws::Vector< Aws::String > &value)
bool DashboardIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateDashboardLinksRequest & WithLinkEntities(Aws::Vector< Aws::String > &&value)
void SetDashboardId(const Aws::String &value)
void SetAwsAccountId(Aws::String &&value)
UpdateDashboardLinksRequest & WithDashboardId(Aws::String &&value)
AWS_QUICKSIGHT_API UpdateDashboardLinksRequest()
void SetDashboardId(Aws::String &&value)
UpdateDashboardLinksRequest & AddLinkEntities(const Aws::String &value)
void SetAwsAccountId(const Aws::String &value)
bool AwsAccountIdHasBeenSet() const
UpdateDashboardLinksRequest & WithLinkEntities(const Aws::Vector< Aws::String > &value)
UpdateDashboardLinksRequest & WithAwsAccountId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector