7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename OAuthScopesT = Aws::Vector<Aws::String>>
48 void SetOAuthScopes(OAuthScopesT&& value) { m_oAuthScopesHasBeenSet =
true; m_oAuthScopes = std::forward<OAuthScopesT>(value); }
49 template<
typename OAuthScopesT = Aws::Vector<Aws::String>>
51 template<
typename OAuthScopesT = Aws::String>
52 ZendeskMetadata&
AddOAuthScopes(OAuthScopesT&& value) { m_oAuthScopesHasBeenSet =
true; m_oAuthScopes.emplace_back(std::forward<OAuthScopesT>(value));
return *
this; }
57 bool m_oAuthScopesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue