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>
12#include <aws/glue/model/AuthorizationCodeProperties.h>
13#include <aws/glue/model/OAuth2Credentials.h>
65 template<
typename OAuth2ClientApplicationT = OAuth2ClientApplication>
66 void SetOAuth2ClientApplication(OAuth2ClientApplicationT&& value) { m_oAuth2ClientApplicationHasBeenSet =
true; m_oAuth2ClientApplication = std::forward<OAuth2ClientApplicationT>(value); }
67 template<
typename OAuth2ClientApplicationT = OAuth2ClientApplication>
78 template<
typename TokenUrlT = Aws::String>
79 void SetTokenUrl(TokenUrlT&& value) { m_tokenUrlHasBeenSet =
true; m_tokenUrl = std::forward<TokenUrlT>(value); }
80 template<
typename TokenUrlT = Aws::String>
90 template<
typename TokenUrlParametersMapT = Aws::Map<Aws::String, Aws::String>>
91 void SetTokenUrlParametersMap(TokenUrlParametersMapT&& value) { m_tokenUrlParametersMapHasBeenSet =
true; m_tokenUrlParametersMap = std::forward<TokenUrlParametersMapT>(value); }
92 template<
typename TokenUrlParametersMapT = Aws::Map<Aws::String, Aws::String>>
94 template<
typename TokenUrlParametersMapKeyT = Aws::String,
typename TokenUrlParametersMapValueT = Aws::String>
96 m_tokenUrlParametersMapHasBeenSet =
true; m_tokenUrlParametersMap.emplace(std::forward<TokenUrlParametersMapKeyT>(key), std::forward<TokenUrlParametersMapValueT>(value));
return *
this;
107 template<
typename AuthorizationCodePropertiesT = AuthorizationCodeProperties>
108 void SetAuthorizationCodeProperties(AuthorizationCodePropertiesT&& value) { m_authorizationCodePropertiesHasBeenSet =
true; m_authorizationCodeProperties = std::forward<AuthorizationCodePropertiesT>(value); }
109 template<
typename AuthorizationCodePropertiesT = AuthorizationCodeProperties>
120 template<
typename OAuth2CredentialsT = OAuth2Credentials>
121 void SetOAuth2Credentials(OAuth2CredentialsT&& value) { m_oAuth2CredentialsHasBeenSet =
true; m_oAuth2Credentials = std::forward<OAuth2CredentialsT>(value); }
122 template<
typename OAuth2CredentialsT = OAuth2Credentials>
128 bool m_oAuth2GrantTypeHasBeenSet =
false;
130 OAuth2ClientApplication m_oAuth2ClientApplication;
131 bool m_oAuth2ClientApplicationHasBeenSet =
false;
134 bool m_tokenUrlHasBeenSet =
false;
137 bool m_tokenUrlParametersMapHasBeenSet =
false;
139 AuthorizationCodeProperties m_authorizationCodeProperties;
140 bool m_authorizationCodePropertiesHasBeenSet =
false;
142 OAuth2Credentials m_oAuth2Credentials;
143 bool m_oAuth2CredentialsHasBeenSet =
false;
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