7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename UserManagedClientApplicationClientSecretT = Aws::String>
42 m_userManagedClientApplicationClientSecretHasBeenSet =
true;
43 m_userManagedClientApplicationClientSecret = std::forward<UserManagedClientApplicationClientSecretT>(value);
45 template <
typename UserManagedClientApplicationClientSecretT = Aws::String>
58 template <
typename AccessTokenT = Aws::String>
60 m_accessTokenHasBeenSet =
true;
61 m_accessToken = std::forward<AccessTokenT>(value);
63 template <
typename AccessTokenT = Aws::String>
76 template <
typename RefreshTokenT = Aws::String>
78 m_refreshTokenHasBeenSet =
true;
79 m_refreshToken = std::forward<RefreshTokenT>(value);
81 template <
typename RefreshTokenT = Aws::String>
94 template <
typename JwtTokenT = Aws::String>
96 m_jwtTokenHasBeenSet =
true;
97 m_jwtToken = std::forward<JwtTokenT>(value);
99 template <
typename JwtTokenT = Aws::String>
106 Aws::String m_userManagedClientApplicationClientSecret;
113 bool m_userManagedClientApplicationClientSecretHasBeenSet =
false;
114 bool m_accessTokenHasBeenSet =
false;
115 bool m_refreshTokenHasBeenSet =
false;
116 bool m_jwtTokenHasBeenSet =
false;
void SetUserManagedClientApplicationClientSecret(UserManagedClientApplicationClientSecretT &&value)
AWS_DATAZONE_API GlueOAuth2Credentials(Aws::Utils::Json::JsonView jsonValue)
bool AccessTokenHasBeenSet() const
bool UserManagedClientApplicationClientSecretHasBeenSet() const
GlueOAuth2Credentials & WithRefreshToken(RefreshTokenT &&value)
bool JwtTokenHasBeenSet() const
GlueOAuth2Credentials & WithAccessToken(AccessTokenT &&value)
const Aws::String & GetAccessToken() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
GlueOAuth2Credentials & WithUserManagedClientApplicationClientSecret(UserManagedClientApplicationClientSecretT &&value)
AWS_DATAZONE_API GlueOAuth2Credentials()=default
bool RefreshTokenHasBeenSet() const
const Aws::String & GetJwtToken() const
void SetAccessToken(AccessTokenT &&value)
const Aws::String & GetUserManagedClientApplicationClientSecret() const
void SetRefreshToken(RefreshTokenT &&value)
void SetJwtToken(JwtTokenT &&value)
AWS_DATAZONE_API GlueOAuth2Credentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRefreshToken() const
GlueOAuth2Credentials & WithJwtToken(JwtTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue