public static final class CfnConnectorProfile.PardotConnectorProfileCredentialsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
CfnConnectorProfile.PardotConnectorProfileCredentialsProperty.Builder, CfnConnectorProfile.PardotConnectorProfileCredentialsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccessToken()
The credentials used to access protected Salesforce Pardot resources.
|
java.lang.String |
getClientCredentialsArn()
The secret manager ARN, which contains the client ID and client secret of the connected app.
|
java.lang.Object |
getConnectorOAuthRequest()
`CfnConnectorProfile.PardotConnectorProfileCredentialsProperty.ConnectorOAuthRequest`.
|
java.lang.String |
getRefreshToken()
The credentials used to acquire new access tokens.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAccessToken()
CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
getAccessToken
in interface CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
public final java.lang.String getClientCredentialsArn()
CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
getClientCredentialsArn
in interface CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
public final java.lang.Object getConnectorOAuthRequest()
CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
getConnectorOAuthRequest
in interface CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
public final java.lang.String getRefreshToken()
CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
getRefreshToken
in interface CfnConnectorProfile.PardotConnectorProfileCredentialsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()