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>
10#include <aws/appflow/model/SalesforceDataTransferApi.h>
11#include <aws/appflow/model/OAuth2GrantType.h>
50 template<
typename OAuthScopesT = Aws::Vector<Aws::String>>
51 void SetOAuthScopes(OAuthScopesT&& value) { m_oAuthScopesHasBeenSet =
true; m_oAuthScopes = std::forward<OAuthScopesT>(value); }
52 template<
typename OAuthScopesT = Aws::Vector<Aws::String>>
54 template<
typename OAuthScopesT = Aws::String>
55 SalesforceMetadata&
AddOAuthScopes(OAuthScopesT&& value) { m_oAuthScopesHasBeenSet =
true; m_oAuthScopes.emplace_back(std::forward<OAuthScopesT>(value));
return *
this; }
65 template<
typename DataTransferApisT = Aws::Vector<SalesforceDataTransferApi>>
66 void SetDataTransferApis(DataTransferApisT&& value) { m_dataTransferApisHasBeenSet =
true; m_dataTransferApis = std::forward<DataTransferApisT>(value); }
67 template<
typename DataTransferApisT = Aws::Vector<SalesforceDataTransferApi>>
90 template<
typename Oauth2GrantTypesSupportedT = Aws::Vector<OAuth2GrantType>>
91 void SetOauth2GrantTypesSupported(Oauth2GrantTypesSupportedT&& value) { m_oauth2GrantTypesSupportedHasBeenSet =
true; m_oauth2GrantTypesSupported = std::forward<Oauth2GrantTypesSupportedT>(value); }
92 template<
typename Oauth2GrantTypesSupportedT = Aws::Vector<OAuth2GrantType>>
99 bool m_oAuthScopesHasBeenSet =
false;
102 bool m_dataTransferApisHasBeenSet =
false;
105 bool m_oauth2GrantTypesSupportedHasBeenSet =
false;
SalesforceDataTransferApi
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue