7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/OAuth2ClientApplication.h>
11#include <aws/glue/model/OAuth2GrantType.h>
46 m_oAuth2GrantTypeHasBeenSet =
true;
47 m_oAuth2GrantType = value;
61 template <
typename OAuth2ClientApplicationT = OAuth2ClientApplication>
63 m_oAuth2ClientApplicationHasBeenSet =
true;
64 m_oAuth2ClientApplication = std::forward<OAuth2ClientApplicationT>(value);
66 template <
typename OAuth2ClientApplicationT = OAuth2ClientApplication>
80 template <
typename TokenUrlT = Aws::String>
82 m_tokenUrlHasBeenSet =
true;
83 m_tokenUrl = std::forward<TokenUrlT>(value);
85 template <
typename TokenUrlT = Aws::String>
98 template <
typename TokenUrlParametersMapT = Aws::Map<Aws::String, Aws::String>>
100 m_tokenUrlParametersMapHasBeenSet =
true;
101 m_tokenUrlParametersMap = std::forward<TokenUrlParametersMapT>(value);
103 template <
typename TokenUrlParametersMapT = Aws::Map<Aws::String, Aws::String>>
108 template <
typename TokenUrlParametersMapKeyT = Aws::String,
typename TokenUrlParametersMapValueT = Aws::String>
110 m_tokenUrlParametersMapHasBeenSet =
true;
111 m_tokenUrlParametersMap.emplace(std::forward<TokenUrlParametersMapKeyT>(key), std::forward<TokenUrlParametersMapValueT>(value));
118 OAuth2ClientApplication m_oAuth2ClientApplication;
123 bool m_oAuth2GrantTypeHasBeenSet =
false;
124 bool m_oAuth2ClientApplicationHasBeenSet =
false;
125 bool m_tokenUrlHasBeenSet =
false;
126 bool m_tokenUrlParametersMapHasBeenSet =
false;
OAuth2Properties & WithOAuth2ClientApplication(OAuth2ClientApplicationT &&value)
void SetTokenUrlParametersMap(TokenUrlParametersMapT &&value)
AWS_GLUE_API OAuth2Properties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOAuth2ClientApplication(OAuth2ClientApplicationT &&value)
OAuth2Properties & AddTokenUrlParametersMap(TokenUrlParametersMapKeyT &&key, TokenUrlParametersMapValueT &&value)
OAuth2GrantType GetOAuth2GrantType() const
AWS_GLUE_API OAuth2Properties(Aws::Utils::Json::JsonView jsonValue)
OAuth2Properties & WithOAuth2GrantType(OAuth2GrantType value)
bool OAuth2GrantTypeHasBeenSet() const
OAuth2Properties & WithTokenUrlParametersMap(TokenUrlParametersMapT &&value)
bool TokenUrlHasBeenSet() const
OAuth2Properties & WithTokenUrl(TokenUrlT &&value)
AWS_GLUE_API OAuth2Properties()=default
bool OAuth2ClientApplicationHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTokenUrlParametersMap() const
void SetTokenUrl(TokenUrlT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTokenUrl() const
void SetOAuth2GrantType(OAuth2GrantType value)
const OAuth2ClientApplication & GetOAuth2ClientApplication() const
bool TokenUrlParametersMapHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue