7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
72 inline void SetEntryPoint(
const char* value) { m_entryPointHasBeenSet =
true; m_entryPoint.assign(value); }
105 inline void SetUserArn(
const char* value) { m_userArnHasBeenSet =
true; m_userArn.assign(value); }
113 bool m_awsAccountIdHasBeenSet =
false;
116 bool m_entryPointHasBeenSet =
false;
118 long long m_sessionLifetimeInMinutes;
119 bool m_sessionLifetimeInMinutesHasBeenSet =
false;
122 bool m_userArnHasBeenSet =
false;
GetSessionEmbedUrlRequest & WithEntryPoint(const Aws::String &value)
void SetEntryPoint(const char *value)
const Aws::String & GetEntryPoint() const
GetSessionEmbedUrlRequest & WithEntryPoint(Aws::String &&value)
void SetUserArn(const char *value)
GetSessionEmbedUrlRequest & WithUserArn(const Aws::String &value)
AWS_QUICKSIGHT_API GetSessionEmbedUrlRequest()
void SetSessionLifetimeInMinutes(long long value)
bool EntryPointHasBeenSet() const
void SetAwsAccountId(const char *value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
GetSessionEmbedUrlRequest & WithUserArn(Aws::String &&value)
bool SessionLifetimeInMinutesHasBeenSet() const
GetSessionEmbedUrlRequest & WithUserArn(const char *value)
bool AwsAccountIdHasBeenSet() const
GetSessionEmbedUrlRequest & WithAwsAccountId(const char *value)
void SetAwsAccountId(Aws::String &&value)
long long GetSessionLifetimeInMinutes() const
GetSessionEmbedUrlRequest & WithAwsAccountId(Aws::String &&value)
void SetEntryPoint(Aws::String &&value)
const Aws::String & GetUserArn() const
bool UserArnHasBeenSet() const
GetSessionEmbedUrlRequest & WithEntryPoint(const char *value)
void SetUserArn(const Aws::String &value)
GetSessionEmbedUrlRequest & WithSessionLifetimeInMinutes(long long value)
void SetAwsAccountId(const Aws::String &value)
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
void SetEntryPoint(const Aws::String &value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetUserArn(Aws::String &&value)
GetSessionEmbedUrlRequest & WithAwsAccountId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String