7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
45 template <
typename ClientIdT = Aws::String>
47 m_clientIdHasBeenSet =
true;
48 m_clientId = std::forward<ClientIdT>(value);
50 template <
typename ClientIdT = Aws::String>
64 template <
typename ClientSecretT = Aws::String>
66 m_clientSecretHasBeenSet =
true;
67 m_clientSecret = std::forward<ClientSecretT>(value);
69 template <
typename ClientSecretT = Aws::String>
83 template <
typename UsernameT = Aws::String>
85 m_usernameHasBeenSet =
true;
86 m_username = std::forward<UsernameT>(value);
88 template <
typename UsernameT = Aws::String>
100 bool m_clientIdHasBeenSet =
false;
101 bool m_clientSecretHasBeenSet =
false;
102 bool m_usernameHasBeenSet =
false;
bool ClientSecretHasBeenSet() const
AWS_QUICKSIGHT_API OAuthClientCredentials()=default
void SetClientSecret(ClientSecretT &&value)
void SetClientId(ClientIdT &&value)
const Aws::String & GetClientSecret() const
AWS_QUICKSIGHT_API OAuthClientCredentials(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientId() const
OAuthClientCredentials & WithClientId(ClientIdT &&value)
bool ClientIdHasBeenSet() const
bool UsernameHasBeenSet() const
void SetUsername(UsernameT &&value)
OAuthClientCredentials & WithUsername(UsernameT &&value)
OAuthClientCredentials & WithClientSecret(ClientSecretT &&value)
const Aws::String & GetUsername() const
AWS_QUICKSIGHT_API OAuthClientCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue