7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/OAuth2GrantType.h>
9#include <aws/glue/model/OAuth2ClientApplication.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
61 template<
typename OAuth2ClientApplicationT = OAuth2ClientApplication>
62 void SetOAuth2ClientApplication(OAuth2ClientApplicationT&& value) { m_oAuth2ClientApplicationHasBeenSet =
true; m_oAuth2ClientApplication = std::forward<OAuth2ClientApplicationT>(value); }
63 template<
typename OAuth2ClientApplicationT = OAuth2ClientApplication>
74 template<
typename TokenUrlT = Aws::String>
75 void SetTokenUrl(TokenUrlT&& value) { m_tokenUrlHasBeenSet =
true; m_tokenUrl = std::forward<TokenUrlT>(value); }
76 template<
typename TokenUrlT = Aws::String>
86 template<
typename TokenUrlParametersMapT = Aws::Map<Aws::String, Aws::String>>
87 void SetTokenUrlParametersMap(TokenUrlParametersMapT&& value) { m_tokenUrlParametersMapHasBeenSet =
true; m_tokenUrlParametersMap = std::forward<TokenUrlParametersMapT>(value); }
88 template<
typename TokenUrlParametersMapT = Aws::Map<Aws::String, Aws::String>>
90 template<
typename TokenUrlParametersMapKeyT = Aws::String,
typename TokenUrlParametersMapValueT = Aws::String>
92 m_tokenUrlParametersMapHasBeenSet =
true; m_tokenUrlParametersMap.emplace(std::forward<TokenUrlParametersMapKeyT>(key), std::forward<TokenUrlParametersMapValueT>(value));
return *
this;
98 bool m_oAuth2GrantTypeHasBeenSet =
false;
100 OAuth2ClientApplication m_oAuth2ClientApplication;
101 bool m_oAuth2ClientApplicationHasBeenSet =
false;
104 bool m_tokenUrlHasBeenSet =
false;
107 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