Class CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty
An implementation for
CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty
CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty.Builder, CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe credentials used to access protected Zendesk resources.final StringThe identifier for the desired client.final StringThe client secret used by the OAuth client to authenticate to the authorization server.final ObjectUsed by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty.Builder.
-
-
Method Details
-
getAccessToken
Description copied from interface:CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsPropertyThe credentials used to access protected Zendesk resources.- Specified by:
getAccessTokenin interfaceCfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty- See Also:
-
getClientId
Description copied from interface:CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsPropertyThe identifier for the desired client.- Specified by:
getClientIdin interfaceCfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty- See Also:
-
getClientSecret
Description copied from interface:CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsPropertyThe client secret used by the OAuth client to authenticate to the authorization server.- Specified by:
getClientSecretin interfaceCfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty- See Also:
-
getConnectorOAuthRequest
Description copied from interface:CfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsPropertyUsed by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.Returns union: either
IResolvableorCfnConnectorProfilePropsMixin.ConnectorOAuthRequestProperty- Specified by:
getConnectorOAuthRequestin interfaceCfnConnectorProfilePropsMixin.ZendeskConnectorProfileCredentialsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-