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 ClientIdT = Aws::String>
44 m_clientIdHasBeenSet =
true;
45 m_clientId = std::forward<ClientIdT>(value);
47 template <
typename ClientIdT = Aws::String>
61 template <
typename ClientSecretT = Aws::String>
63 m_clientSecretHasBeenSet =
true;
64 m_clientSecret = std::forward<ClientSecretT>(value);
66 template <
typename ClientSecretT = Aws::String>
79 template <
typename AccessTokenT = Aws::String>
81 m_accessTokenHasBeenSet =
true;
82 m_accessToken = std::forward<AccessTokenT>(value);
84 template <
typename AccessTokenT = Aws::String>
98 template <
typename OAuthRequestT = ConnectorOAuthRequest>
100 m_oAuthRequestHasBeenSet =
true;
101 m_oAuthRequest = std::forward<OAuthRequestT>(value);
103 template <
typename OAuthRequestT = ConnectorOAuthRequest>
117 bool m_clientIdHasBeenSet =
false;
118 bool m_clientSecretHasBeenSet =
false;
119 bool m_accessTokenHasBeenSet =
false;
120 bool m_oAuthRequestHasBeenSet =
false;
bool ClientSecretHasBeenSet() const
void SetOAuthRequest(OAuthRequestT &&value)
bool AccessTokenHasBeenSet() const
AWS_APPFLOW_API SlackConnectorProfileCredentials()=default
const Aws::String & GetClientSecret() const
void SetClientId(ClientIdT &&value)
void SetAccessToken(AccessTokenT &&value)
SlackConnectorProfileCredentials & WithClientSecret(ClientSecretT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
SlackConnectorProfileCredentials & WithOAuthRequest(OAuthRequestT &&value)
void SetClientSecret(ClientSecretT &&value)
bool ClientIdHasBeenSet() const
SlackConnectorProfileCredentials & WithClientId(ClientIdT &&value)
AWS_APPFLOW_API SlackConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
bool OAuthRequestHasBeenSet() const
const Aws::String & GetClientId() const
SlackConnectorProfileCredentials & WithAccessToken(AccessTokenT &&value)
AWS_APPFLOW_API SlackConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAccessToken() const
const ConnectorOAuthRequest & GetOAuthRequest() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue