7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
43 template <
typename ClientIdT = Aws::String>
45 m_clientIdHasBeenSet =
true;
46 m_clientId = std::forward<ClientIdT>(value);
48 template <
typename ClientIdT = Aws::String>
62 template <
typename ClientSecretT = Aws::String>
64 m_clientSecretHasBeenSet =
true;
65 m_clientSecret = std::forward<ClientSecretT>(value);
67 template <
typename ClientSecretT = Aws::String>
81 template <
typename TokenEndpo
intT = Aws::String>
83 m_tokenEndpointHasBeenSet =
true;
84 m_tokenEndpoint = std::forward<TokenEndpointT>(value);
86 template <
typename TokenEndpo
intT = Aws::String>
98 bool m_clientIdHasBeenSet =
false;
99 bool m_clientSecretHasBeenSet =
false;
100 bool m_tokenEndpointHasBeenSet =
false;
const Aws::String & GetTokenEndpoint() const
bool ClientIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetClientId(ClientIdT &&value)
bool ClientSecretHasBeenSet() const
bool TokenEndpointHasBeenSet() const
AWS_QUICKSIGHT_API ClientCredentialsGrantDetails(Aws::Utils::Json::JsonView jsonValue)
void SetClientSecret(ClientSecretT &&value)
AWS_QUICKSIGHT_API ClientCredentialsGrantDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
ClientCredentialsGrantDetails & WithClientId(ClientIdT &&value)
AWS_QUICKSIGHT_API ClientCredentialsGrantDetails()=default
ClientCredentialsGrantDetails & WithTokenEndpoint(TokenEndpointT &&value)
void SetTokenEndpoint(TokenEndpointT &&value)
const Aws::String & GetClientSecret() const
ClientCredentialsGrantDetails & WithClientSecret(ClientSecretT &&value)
const Aws::String & GetClientId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue