7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/ConnectorOAuthRequest.h>
50 inline void SetClientId(
const char* value) { m_clientIdHasBeenSet =
true; m_clientId.assign(value); }
65 inline void SetClientSecret(
const char* value) { m_clientSecretHasBeenSet =
true; m_clientSecret.assign(value); }
79 inline void SetAccessToken(
const char* value) { m_accessTokenHasBeenSet =
true; m_accessToken.assign(value); }
94 inline void SetRefreshToken(
const char* value) { m_refreshTokenHasBeenSet =
true; m_refreshToken.assign(value); }
115 bool m_clientIdHasBeenSet =
false;
118 bool m_clientSecretHasBeenSet =
false;
121 bool m_accessTokenHasBeenSet =
false;
124 bool m_refreshTokenHasBeenSet =
false;
127 bool m_oAuthRequestHasBeenSet =
false;
void SetAccessToken(const char *value)
const Aws::String & GetAccessToken() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const ConnectorOAuthRequest & GetOAuthRequest() const
bool ClientSecretHasBeenSet() const
const Aws::String & GetClientId() const
GoogleAnalyticsConnectorProfileCredentials & WithRefreshToken(Aws::String &&value)
void SetAccessToken(Aws::String &&value)
const Aws::String & GetClientSecret() const
AWS_APPFLOW_API GoogleAnalyticsConnectorProfileCredentials()
void SetOAuthRequest(ConnectorOAuthRequest &&value)
GoogleAnalyticsConnectorProfileCredentials & WithRefreshToken(const Aws::String &value)
void SetRefreshToken(Aws::String &&value)
void SetClientId(const char *value)
const Aws::String & GetRefreshToken() const
void SetRefreshToken(const Aws::String &value)
GoogleAnalyticsConnectorProfileCredentials & WithAccessToken(const Aws::String &value)
GoogleAnalyticsConnectorProfileCredentials & WithClientId(const Aws::String &value)
void SetClientSecret(Aws::String &&value)
GoogleAnalyticsConnectorProfileCredentials & WithOAuthRequest(const ConnectorOAuthRequest &value)
AWS_APPFLOW_API GoogleAnalyticsConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
GoogleAnalyticsConnectorProfileCredentials & WithClientId(const char *value)
GoogleAnalyticsConnectorProfileCredentials & WithClientId(Aws::String &&value)
void SetOAuthRequest(const ConnectorOAuthRequest &value)
void SetRefreshToken(const char *value)
void SetClientId(Aws::String &&value)
GoogleAnalyticsConnectorProfileCredentials & WithOAuthRequest(ConnectorOAuthRequest &&value)
AWS_APPFLOW_API GoogleAnalyticsConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
GoogleAnalyticsConnectorProfileCredentials & WithRefreshToken(const char *value)
GoogleAnalyticsConnectorProfileCredentials & WithClientSecret(Aws::String &&value)
void SetClientId(const Aws::String &value)
bool ClientIdHasBeenSet() const
void SetAccessToken(const Aws::String &value)
void SetClientSecret(const Aws::String &value)
bool AccessTokenHasBeenSet() const
GoogleAnalyticsConnectorProfileCredentials & WithClientSecret(const Aws::String &value)
void SetClientSecret(const char *value)
bool OAuthRequestHasBeenSet() const
bool RefreshTokenHasBeenSet() const
GoogleAnalyticsConnectorProfileCredentials & WithAccessToken(const char *value)
GoogleAnalyticsConnectorProfileCredentials & WithAccessToken(Aws::String &&value)
GoogleAnalyticsConnectorProfileCredentials & WithClientSecret(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue