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