7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AwsAccountIdT = Aws::String>
49 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
50 template<
typename AwsAccountIdT = Aws::String>
68 template<
typename EntryPo
intT = Aws::String>
69 void SetEntryPoint(EntryPointT&& value) { m_entryPointHasBeenSet =
true; m_entryPoint = std::forward<EntryPointT>(value); }
70 template<
typename EntryPo
intT = Aws::String>
99 template<
typename UserArnT = Aws::String>
100 void SetUserArn(UserArnT&& value) { m_userArnHasBeenSet =
true; m_userArn = std::forward<UserArnT>(value); }
101 template<
typename UserArnT = Aws::String>
107 bool m_awsAccountIdHasBeenSet =
false;
110 bool m_entryPointHasBeenSet =
false;
112 long long m_sessionLifetimeInMinutes{0};
113 bool m_sessionLifetimeInMinutesHasBeenSet =
false;
116 bool m_userArnHasBeenSet =
false;
GetSessionEmbedUrlRequest & WithUserArn(UserArnT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
GetSessionEmbedUrlRequest & WithEntryPoint(EntryPointT &&value)
const Aws::String & GetEntryPoint() const
void SetSessionLifetimeInMinutes(long long value)
bool EntryPointHasBeenSet() const
void SetEntryPoint(EntryPointT &&value)
void SetUserArn(UserArnT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool SessionLifetimeInMinutesHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
long long GetSessionLifetimeInMinutes() const
const Aws::String & GetUserArn() const
AWS_QUICKSIGHT_API GetSessionEmbedUrlRequest()=default
bool UserArnHasBeenSet() const
GetSessionEmbedUrlRequest & WithSessionLifetimeInMinutes(long long value)
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetSessionEmbedUrlRequest & WithAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String