7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ClientIdT = Aws::String>
43 m_clientIdHasBeenSet =
true;
44 m_clientId = std::forward<ClientIdT>(value);
46 template <
typename ClientIdT = Aws::String>
59 template <
typename ClientSecretT = Aws::String>
61 m_clientSecretHasBeenSet =
true;
62 m_clientSecret = std::forward<ClientSecretT>(value);
64 template <
typename ClientSecretT = Aws::String>
77 template <
typename TokenEndpo
intT = Aws::String>
79 m_tokenEndpointHasBeenSet =
true;
80 m_tokenEndpoint = std::forward<TokenEndpointT>(value);
82 template <
typename TokenEndpo
intT = Aws::String>
95 template <
typename AuthorizationEndpo
intT = Aws::String>
97 m_authorizationEndpointHasBeenSet =
true;
98 m_authorizationEndpoint = std::forward<AuthorizationEndpointT>(value);
100 template <
typename AuthorizationEndpo
intT = Aws::String>
114 bool m_clientIdHasBeenSet =
false;
115 bool m_clientSecretHasBeenSet =
false;
116 bool m_tokenEndpointHasBeenSet =
false;
117 bool m_authorizationEndpointHasBeenSet =
false;
AuthorizationCodeGrantDetails & WithTokenEndpoint(TokenEndpointT &&value)
const Aws::String & GetTokenEndpoint() const
void SetTokenEndpoint(TokenEndpointT &&value)
AWS_QUICKSIGHT_API AuthorizationCodeGrantDetails(Aws::Utils::Json::JsonView jsonValue)
bool AuthorizationEndpointHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetClientSecret(ClientSecretT &&value)
const Aws::String & GetClientId() const
AWS_QUICKSIGHT_API AuthorizationCodeGrantDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AuthorizationCodeGrantDetails()=default
void SetAuthorizationEndpoint(AuthorizationEndpointT &&value)
bool TokenEndpointHasBeenSet() const
AuthorizationCodeGrantDetails & WithClientSecret(ClientSecretT &&value)
AuthorizationCodeGrantDetails & WithClientId(ClientIdT &&value)
void SetClientId(ClientIdT &&value)
AuthorizationCodeGrantDetails & WithAuthorizationEndpoint(AuthorizationEndpointT &&value)
const Aws::String & GetClientSecret() const
const Aws::String & GetAuthorizationEndpoint() const
bool ClientIdHasBeenSet() const
bool ClientSecretHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue