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); }
100 bool m_clientIdHasBeenSet =
false;
103 bool m_clientSecretHasBeenSet =
false;
106 bool m_accessTokenHasBeenSet =
false;
109 bool m_oAuthRequestHasBeenSet =
false;
ZendeskConnectorProfileCredentials & WithOAuthRequest(const ConnectorOAuthRequest &value)
ZendeskConnectorProfileCredentials & WithClientId(const Aws::String &value)
ZendeskConnectorProfileCredentials & WithClientId(const char *value)
ZendeskConnectorProfileCredentials & WithClientSecret(const Aws::String &value)
void SetClientId(Aws::String &&value)
ZendeskConnectorProfileCredentials & WithAccessToken(Aws::String &&value)
void SetAccessToken(const char *value)
ZendeskConnectorProfileCredentials & WithAccessToken(const Aws::String &value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetClientSecret(const Aws::String &value)
const Aws::String & GetClientSecret() const
void SetAccessToken(Aws::String &&value)
void SetClientSecret(Aws::String &&value)
void SetAccessToken(const Aws::String &value)
ZendeskConnectorProfileCredentials & WithAccessToken(const char *value)
void SetOAuthRequest(ConnectorOAuthRequest &&value)
bool ClientIdHasBeenSet() const
ZendeskConnectorProfileCredentials & WithClientSecret(Aws::String &&value)
const ConnectorOAuthRequest & GetOAuthRequest() const
AWS_APPFLOW_API ZendeskConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientId() const
bool ClientSecretHasBeenSet() const
ZendeskConnectorProfileCredentials & WithClientSecret(const char *value)
AWS_APPFLOW_API ZendeskConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
bool AccessTokenHasBeenSet() const
ZendeskConnectorProfileCredentials & WithClientId(Aws::String &&value)
void SetClientId(const char *value)
void SetClientSecret(const char *value)
bool OAuthRequestHasBeenSet() const
void SetOAuthRequest(const ConnectorOAuthRequest &value)
void SetClientId(const Aws::String &value)
const Aws::String & GetAccessToken() const
ZendeskConnectorProfileCredentials & WithOAuthRequest(ConnectorOAuthRequest &&value)
AWS_APPFLOW_API ZendeskConnectorProfileCredentials()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue