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>
81 inline void SetTokenUrl(
const char* value) { m_tokenUrlHasBeenSet =
true; m_tokenUrl.assign(value); }
121 bool m_oAuth2GrantTypeHasBeenSet =
false;
124 bool m_oAuth2ClientApplicationHasBeenSet =
false;
127 bool m_tokenUrlHasBeenSet =
false;
130 bool m_tokenUrlParametersMapHasBeenSet =
false;
133 bool m_authorizationCodePropertiesHasBeenSet =
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