7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/UserIdentifier.h>
45 template <
typename AwsAccountIdT = Aws::String>
47 m_awsAccountIdHasBeenSet =
true;
48 m_awsAccountId = std::forward<AwsAccountIdT>(value);
50 template <
typename AwsAccountIdT = Aws::String>
63 template <
typename UserIdentifierT = UserIdentifier>
65 m_userIdentifierHasBeenSet =
true;
66 m_userIdentifier = std::forward<UserIdentifierT>(value);
68 template <
typename UserIdentifierT = UserIdentifier>
83 template <
typename NamespaceT = Aws::String>
85 m_namespaceHasBeenSet =
true;
86 m_namespace = std::forward<NamespaceT>(value);
88 template <
typename NamespaceT = Aws::String>
101 template <
typename SessionExpiresAtT = Aws::Utils::DateTime>
103 m_sessionExpiresAtHasBeenSet =
true;
104 m_sessionExpiresAt = std::forward<SessionExpiresAtT>(value);
106 template <
typename SessionExpiresAtT = Aws::Utils::DateTime>
120 bool m_awsAccountIdHasBeenSet =
false;
121 bool m_userIdentifierHasBeenSet =
false;
122 bool m_namespaceHasBeenSet =
false;
123 bool m_sessionExpiresAtHasBeenSet =
false;
bool NamespaceHasBeenSet() const
const Aws::String & GetAwsAccountId() const
const Aws::Utils::DateTime & GetSessionExpiresAt() const
const UserIdentifier & GetUserIdentifier() const
bool UserIdentifierHasBeenSet() const
GetIdentityContextRequest & WithUserIdentifier(UserIdentifierT &&value)
void SetUserIdentifier(UserIdentifierT &&value)
GetIdentityContextRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool SessionExpiresAtHasBeenSet() const
void SetNamespace(NamespaceT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
void SetSessionExpiresAt(SessionExpiresAtT &&value)
const Aws::String & GetNamespace() const
GetIdentityContextRequest & WithSessionExpiresAt(SessionExpiresAtT &&value)
GetIdentityContextRequest & WithNamespace(NamespaceT &&value)
AWS_QUICKSIGHT_API GetIdentityContextRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String