7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
43 template <
typename AwsAccountIdT = Aws::String>
45 m_awsAccountIdHasBeenSet =
true;
46 m_awsAccountId = std::forward<AwsAccountIdT>(value);
48 template <
typename AwsAccountIdT = Aws::String>
70 template <
typename EntryPo
intT = Aws::String>
72 m_entryPointHasBeenSet =
true;
73 m_entryPoint = std::forward<EntryPointT>(value);
75 template <
typename EntryPo
intT = Aws::String>
90 m_sessionLifetimeInMinutesHasBeenSet =
true;
91 m_sessionLifetimeInMinutes = value;
113 template <
typename UserArnT = Aws::String>
115 m_userArnHasBeenSet =
true;
116 m_userArn = std::forward<UserArnT>(value);
118 template <
typename UserArnT = Aws::String>
129 long long m_sessionLifetimeInMinutes{0};
132 bool m_awsAccountIdHasBeenSet =
false;
133 bool m_entryPointHasBeenSet =
false;
134 bool m_sessionLifetimeInMinutesHasBeenSet =
false;
135 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