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/AuthorizationCodeProperties.h>
11#include <aws/glue/model/OAuth2ClientApplication.h>
12#include <aws/glue/model/OAuth2Credentials.h>
13#include <aws/glue/model/OAuth2GrantType.h>
49 m_oAuth2GrantTypeHasBeenSet =
true;
50 m_oAuth2GrantType = value;
65 template <
typename OAuth2ClientApplicationT = OAuth2ClientApplication>
67 m_oAuth2ClientApplicationHasBeenSet =
true;
68 m_oAuth2ClientApplication = std::forward<OAuth2ClientApplicationT>(value);
70 template <
typename OAuth2ClientApplicationT = OAuth2ClientApplication>
84 template <
typename TokenUrlT = Aws::String>
86 m_tokenUrlHasBeenSet =
true;
87 m_tokenUrl = std::forward<TokenUrlT>(value);
89 template <
typename TokenUrlT = Aws::String>
102 template <
typename TokenUrlParametersMapT = Aws::Map<Aws::String, Aws::String>>
104 m_tokenUrlParametersMapHasBeenSet =
true;
105 m_tokenUrlParametersMap = std::forward<TokenUrlParametersMapT>(value);
107 template <
typename TokenUrlParametersMapT = Aws::Map<Aws::String, Aws::String>>
112 template <
typename TokenUrlParametersMapKeyT = Aws::String,
typename TokenUrlParametersMapValueT = Aws::String>
114 m_tokenUrlParametersMapHasBeenSet =
true;
115 m_tokenUrlParametersMap.emplace(std::forward<TokenUrlParametersMapKeyT>(key), std::forward<TokenUrlParametersMapValueT>(value));
127 template <
typename AuthorizationCodePropertiesT = AuthorizationCodeProperties>
129 m_authorizationCodePropertiesHasBeenSet =
true;
130 m_authorizationCodeProperties = std::forward<AuthorizationCodePropertiesT>(value);
132 template <
typename AuthorizationCodePropertiesT = AuthorizationCodeProperties>
146 template <
typename OAuth2CredentialsT = OAuth2Credentials>
148 m_oAuth2CredentialsHasBeenSet =
true;
149 m_oAuth2Credentials = std::forward<OAuth2CredentialsT>(value);
151 template <
typename OAuth2CredentialsT = OAuth2Credentials>
159 bool m_oAuth2GrantTypeHasBeenSet =
false;
161 OAuth2ClientApplication m_oAuth2ClientApplication;
162 bool m_oAuth2ClientApplicationHasBeenSet =
false;
165 bool m_tokenUrlHasBeenSet =
false;
168 bool m_tokenUrlParametersMapHasBeenSet =
false;
170 AuthorizationCodeProperties m_authorizationCodeProperties;
171 bool m_authorizationCodePropertiesHasBeenSet =
false;
173 OAuth2Credentials m_oAuth2Credentials;
174 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