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/quicksight/model/EmbeddingIdentityType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename AwsAccountIdT = Aws::String>
51 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
52 template<
typename AwsAccountIdT = Aws::String>
63 template<
typename DashboardIdT = Aws::String>
64 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet =
true; m_dashboardId = std::forward<DashboardIdT>(value); }
65 template<
typename DashboardIdT = Aws::String>
97 inline void SetUndoRedoDisabled(
bool value) { m_undoRedoDisabledHasBeenSet =
true; m_undoRedoDisabled = value; }
108 inline void SetResetDisabled(
bool value) { m_resetDisabledHasBeenSet =
true; m_resetDisabled = value; }
141 template<
typename UserArnT = Aws::String>
142 void SetUserArn(UserArnT&& value) { m_userArnHasBeenSet =
true; m_userArn = std::forward<UserArnT>(value); }
143 template<
typename UserArnT = Aws::String>
155 template<
typename NamespaceT = Aws::String>
156 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
157 template<
typename NamespaceT = Aws::String>
172 template<
typename AdditionalDashboardIdsT = Aws::Vector<Aws::String>>
173 void SetAdditionalDashboardIds(AdditionalDashboardIdsT&& value) { m_additionalDashboardIdsHasBeenSet =
true; m_additionalDashboardIds = std::forward<AdditionalDashboardIdsT>(value); }
174 template<
typename AdditionalDashboardIdsT = Aws::Vector<Aws::String>>
176 template<
typename AdditionalDashboardIdsT = Aws::String>
182 bool m_awsAccountIdHasBeenSet =
false;
185 bool m_dashboardIdHasBeenSet =
false;
188 bool m_identityTypeHasBeenSet =
false;
190 long long m_sessionLifetimeInMinutes{0};
191 bool m_sessionLifetimeInMinutesHasBeenSet =
false;
193 bool m_undoRedoDisabled{
false};
194 bool m_undoRedoDisabledHasBeenSet =
false;
196 bool m_resetDisabled{
false};
197 bool m_resetDisabledHasBeenSet =
false;
199 bool m_statePersistenceEnabled{
false};
200 bool m_statePersistenceEnabledHasBeenSet =
false;
203 bool m_userArnHasBeenSet =
false;
206 bool m_namespaceHasBeenSet =
false;
209 bool m_additionalDashboardIdsHasBeenSet =
false;
const Aws::String & GetAwsAccountId() const
void SetIdentityType(EmbeddingIdentityType value)
bool StatePersistenceEnabledHasBeenSet() const
bool IdentityTypeHasBeenSet() const
void SetNamespace(NamespaceT &&value)
bool ResetDisabledHasBeenSet() const
const Aws::String & GetUserArn() const
AWS_QUICKSIGHT_API GetDashboardEmbedUrlRequest()=default
bool AdditionalDashboardIdsHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetNamespace() const
void SetDashboardId(DashboardIdT &&value)
bool GetResetDisabled() const
bool AwsAccountIdHasBeenSet() const
bool SessionLifetimeInMinutesHasBeenSet() const
GetDashboardEmbedUrlRequest & WithDashboardId(DashboardIdT &&value)
GetDashboardEmbedUrlRequest & WithIdentityType(EmbeddingIdentityType value)
GetDashboardEmbedUrlRequest & WithAwsAccountId(AwsAccountIdT &&value)
GetDashboardEmbedUrlRequest & AddAdditionalDashboardIds(AdditionalDashboardIdsT &&value)
bool UndoRedoDisabledHasBeenSet() const
void SetUndoRedoDisabled(bool value)
void SetUserArn(UserArnT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool DashboardIdHasBeenSet() const
void SetSessionLifetimeInMinutes(long long value)
bool GetUndoRedoDisabled() const
virtual const char * GetServiceRequestName() const override
GetDashboardEmbedUrlRequest & WithUndoRedoDisabled(bool value)
bool UserArnHasBeenSet() const
const Aws::String & GetDashboardId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
GetDashboardEmbedUrlRequest & WithAdditionalDashboardIds(AdditionalDashboardIdsT &&value)
void SetAdditionalDashboardIds(AdditionalDashboardIdsT &&value)
GetDashboardEmbedUrlRequest & WithResetDisabled(bool value)
bool GetStatePersistenceEnabled() const
GetDashboardEmbedUrlRequest & WithNamespace(NamespaceT &&value)
const Aws::Vector< Aws::String > & GetAdditionalDashboardIds() const
GetDashboardEmbedUrlRequest & WithUserArn(UserArnT &&value)
long long GetSessionLifetimeInMinutes() const
GetDashboardEmbedUrlRequest & WithStatePersistenceEnabled(bool value)
EmbeddingIdentityType GetIdentityType() const
void SetStatePersistenceEnabled(bool value)
void SetResetDisabled(bool value)
bool NamespaceHasBeenSet() const
GetDashboardEmbedUrlRequest & WithSessionLifetimeInMinutes(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector