7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/ConnectorOAuthRequest.h>
48 template<
typename ClientIdT = Aws::String>
49 void SetClientId(ClientIdT&& value) { m_clientIdHasBeenSet =
true; m_clientId = std::forward<ClientIdT>(value); }
50 template<
typename ClientIdT = Aws::String>
61 template<
typename ClientSecretT = Aws::String>
62 void SetClientSecret(ClientSecretT&& value) { m_clientSecretHasBeenSet =
true; m_clientSecret = std::forward<ClientSecretT>(value); }
63 template<
typename ClientSecretT = Aws::String>
73 template<
typename AccessTokenT = Aws::String>
74 void SetAccessToken(AccessTokenT&& value) { m_accessTokenHasBeenSet =
true; m_accessToken = std::forward<AccessTokenT>(value); }
75 template<
typename AccessTokenT = Aws::String>
86 template<
typename OAuthRequestT = ConnectorOAuthRequest>
87 void SetOAuthRequest(OAuthRequestT&& value) { m_oAuthRequestHasBeenSet =
true; m_oAuthRequest = std::forward<OAuthRequestT>(value); }
88 template<
typename OAuthRequestT = ConnectorOAuthRequest>
94 bool m_clientIdHasBeenSet =
false;
97 bool m_clientSecretHasBeenSet =
false;
100 bool m_accessTokenHasBeenSet =
false;
103 bool m_oAuthRequestHasBeenSet =
false;
void SetOAuthRequest(OAuthRequestT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetClientSecret() const
ZendeskConnectorProfileCredentials & WithOAuthRequest(OAuthRequestT &&value)
bool ClientIdHasBeenSet() const
const ConnectorOAuthRequest & GetOAuthRequest() const
AWS_APPFLOW_API ZendeskConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientId() const
void SetClientId(ClientIdT &&value)
bool ClientSecretHasBeenSet() const
AWS_APPFLOW_API ZendeskConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
bool AccessTokenHasBeenSet() const
void SetAccessToken(AccessTokenT &&value)
bool OAuthRequestHasBeenSet() const
AWS_APPFLOW_API ZendeskConnectorProfileCredentials()=default
ZendeskConnectorProfileCredentials & WithAccessToken(AccessTokenT &&value)
ZendeskConnectorProfileCredentials & WithClientId(ClientIdT &&value)
void SetClientSecret(ClientSecretT &&value)
const Aws::String & GetAccessToken() const
ZendeskConnectorProfileCredentials & WithClientSecret(ClientSecretT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue