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>
11#include <aws/quicksight/model/EmbeddingIdentityType.h>
45 template <
typename AwsAccountIdT = Aws::String>
47 m_awsAccountIdHasBeenSet =
true;
48 m_awsAccountId = std::forward<AwsAccountIdT>(value);
50 template <
typename AwsAccountIdT = Aws::String>
64 template <
typename DashboardIdT = Aws::String>
66 m_dashboardIdHasBeenSet =
true;
67 m_dashboardId = std::forward<DashboardIdT>(value);
69 template <
typename DashboardIdT = Aws::String>
83 m_identityTypeHasBeenSet =
true;
84 m_identityType = value;
100 m_sessionLifetimeInMinutesHasBeenSet =
true;
101 m_sessionLifetimeInMinutes = value;
117 m_undoRedoDisabledHasBeenSet =
true;
118 m_undoRedoDisabled = value;
134 m_resetDisabledHasBeenSet =
true;
135 m_resetDisabled = value;
156 m_statePersistenceEnabledHasBeenSet =
true;
157 m_statePersistenceEnabled = value;
178 template <
typename UserArnT = Aws::String>
180 m_userArnHasBeenSet =
true;
181 m_userArn = std::forward<UserArnT>(value);
183 template <
typename UserArnT = Aws::String>
198 template <
typename NamespaceT = Aws::String>
200 m_namespaceHasBeenSet =
true;
201 m_namespace = std::forward<NamespaceT>(value);
203 template <
typename NamespaceT = Aws::String>
221 template <
typename AdditionalDashboardIdsT = Aws::Vector<Aws::String>>
223 m_additionalDashboardIdsHasBeenSet =
true;
224 m_additionalDashboardIds = std::forward<AdditionalDashboardIdsT>(value);
226 template <
typename AdditionalDashboardIdsT = Aws::Vector<Aws::String>>
231 template <
typename AdditionalDashboardIdsT = Aws::String>
233 m_additionalDashboardIdsHasBeenSet =
true;
234 m_additionalDashboardIds.emplace_back(std::forward<AdditionalDashboardIdsT>(value));
245 long long m_sessionLifetimeInMinutes{0};
247 bool m_undoRedoDisabled{
false};
249 bool m_resetDisabled{
false};
251 bool m_statePersistenceEnabled{
false};
258 bool m_awsAccountIdHasBeenSet =
false;
259 bool m_dashboardIdHasBeenSet =
false;
260 bool m_identityTypeHasBeenSet =
false;
261 bool m_sessionLifetimeInMinutesHasBeenSet =
false;
262 bool m_undoRedoDisabledHasBeenSet =
false;
263 bool m_resetDisabledHasBeenSet =
false;
264 bool m_statePersistenceEnabledHasBeenSet =
false;
265 bool m_userArnHasBeenSet =
false;
266 bool m_namespaceHasBeenSet =
false;
267 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