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>
48 template<
typename OAuthScopesT = Aws::Vector<Aws::String>>
49 void SetOAuthScopes(OAuthScopesT&& value) { m_oAuthScopesHasBeenSet =
true; m_oAuthScopes = std::forward<OAuthScopesT>(value); }
50 template<
typename OAuthScopesT = Aws::Vector<Aws::String>>
52 template<
typename OAuthScopesT = Aws::String>
53 HoneycodeMetadata&
AddOAuthScopes(OAuthScopesT&& value) { m_oAuthScopesHasBeenSet =
true; m_oAuthScopes.emplace_back(std::forward<OAuthScopesT>(value));
return *
this; }
58 bool m_oAuthScopesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue