7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ConnectorOAuthRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename AccessTokenT = Aws::String>
44 m_accessTokenHasBeenSet =
true;
45 m_accessToken = std::forward<AccessTokenT>(value);
47 template <
typename AccessTokenT = Aws::String>
60 template <
typename RefreshTokenT = Aws::String>
62 m_refreshTokenHasBeenSet =
true;
63 m_refreshToken = std::forward<RefreshTokenT>(value);
65 template <
typename RefreshTokenT = Aws::String>
76 template <
typename OAuthRequestT = ConnectorOAuthRequest>
78 m_oAuthRequestHasBeenSet =
true;
79 m_oAuthRequest = std::forward<OAuthRequestT>(value);
81 template <
typename OAuthRequestT = ConnectorOAuthRequest>
93 bool m_accessTokenHasBeenSet =
false;
94 bool m_refreshTokenHasBeenSet =
false;
95 bool m_oAuthRequestHasBeenSet =
false;
HoneycodeConnectorProfileCredentials & WithRefreshToken(RefreshTokenT &&value)
AWS_APPFLOW_API HoneycodeConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
bool OAuthRequestHasBeenSet() const
AWS_APPFLOW_API HoneycodeConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
HoneycodeConnectorProfileCredentials & WithAccessToken(AccessTokenT &&value)
void SetOAuthRequest(OAuthRequestT &&value)
void SetAccessToken(AccessTokenT &&value)
const Aws::String & GetRefreshToken() const
bool RefreshTokenHasBeenSet() const
AWS_APPFLOW_API HoneycodeConnectorProfileCredentials()=default
const ConnectorOAuthRequest & GetOAuthRequest() const
const Aws::String & GetAccessToken() const
bool AccessTokenHasBeenSet() const
void SetRefreshToken(RefreshTokenT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
HoneycodeConnectorProfileCredentials & WithOAuthRequest(OAuthRequestT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue