7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename TokenUrlT = Aws::String>
45 m_tokenUrlHasBeenSet =
true;
46 m_tokenUrl = std::forward<TokenUrlT>(value);
48 template <
typename TokenUrlT = Aws::String>
62 template <
typename AuthCodeUrlT = Aws::String>
64 m_authCodeUrlHasBeenSet =
true;
65 m_authCodeUrl = std::forward<AuthCodeUrlT>(value);
67 template <
typename AuthCodeUrlT = Aws::String>
80 template <
typename OAuthScopesT = Aws::Vector<Aws::String>>
82 m_oAuthScopesHasBeenSet =
true;
83 m_oAuthScopes = std::forward<OAuthScopesT>(value);
85 template <
typename OAuthScopesT = Aws::Vector<Aws::String>>
90 template <
typename OAuthScopesT = Aws::String>
92 m_oAuthScopesHasBeenSet =
true;
93 m_oAuthScopes.emplace_back(std::forward<OAuthScopesT>(value));
103 bool m_tokenUrlHasBeenSet =
false;
104 bool m_authCodeUrlHasBeenSet =
false;
105 bool m_oAuthScopesHasBeenSet =
false;
AWS_APPFLOW_API OAuthProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TokenUrlHasBeenSet() const
OAuthProperties & AddOAuthScopes(OAuthScopesT &&value)
bool AuthCodeUrlHasBeenSet() const
const Aws::Vector< Aws::String > & GetOAuthScopes() const
void SetOAuthScopes(OAuthScopesT &&value)
OAuthProperties & WithOAuthScopes(OAuthScopesT &&value)
void SetTokenUrl(TokenUrlT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAuthCodeUrl() const
AWS_APPFLOW_API OAuthProperties(Aws::Utils::Json::JsonView jsonValue)
OAuthProperties & WithTokenUrl(TokenUrlT &&value)
OAuthProperties & WithAuthCodeUrl(AuthCodeUrlT &&value)
const Aws::String & GetTokenUrl() const
AWS_APPFLOW_API OAuthProperties()=default
bool OAuthScopesHasBeenSet() const
void SetAuthCodeUrl(AuthCodeUrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue