7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/OAuth2GrantType.h>
9#include <aws/appflow/model/SalesforceDataTransferApi.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename OAuthScopesT = Aws::Vector<Aws::String>>
46 m_oAuthScopesHasBeenSet =
true;
47 m_oAuthScopes = std::forward<OAuthScopesT>(value);
49 template <
typename OAuthScopesT = Aws::Vector<Aws::String>>
54 template <
typename OAuthScopesT = Aws::String>
56 m_oAuthScopesHasBeenSet =
true;
57 m_oAuthScopes.emplace_back(std::forward<OAuthScopesT>(value));
69 template <
typename DataTransferApisT = Aws::Vector<SalesforceDataTransferApi>>
71 m_dataTransferApisHasBeenSet =
true;
72 m_dataTransferApis = std::forward<DataTransferApisT>(value);
74 template <
typename DataTransferApisT = Aws::Vector<SalesforceDataTransferApi>>
80 m_dataTransferApisHasBeenSet =
true;
81 m_dataTransferApis.push_back(value);
104 template <
typename Oauth2GrantTypesSupportedT = Aws::Vector<OAuth2GrantType>>
106 m_oauth2GrantTypesSupportedHasBeenSet =
true;
107 m_oauth2GrantTypesSupported = std::forward<Oauth2GrantTypesSupportedT>(value);
109 template <
typename Oauth2GrantTypesSupportedT = Aws::Vector<OAuth2GrantType>>
115 m_oauth2GrantTypesSupportedHasBeenSet =
true;
116 m_oauth2GrantTypesSupported.push_back(value);
126 bool m_oAuthScopesHasBeenSet =
false;
127 bool m_dataTransferApisHasBeenSet =
false;
128 bool m_oauth2GrantTypesSupportedHasBeenSet =
false;
SalesforceDataTransferApi
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue