public static final class CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder, CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.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.Object |
getApiKey()
The API keys required for the authentication of the user.
|
java.lang.String |
getAuthenticationType()
The authentication type that the custom connector uses for authenticating while creating a connector profile.
|
java.lang.Object |
getBasic()
The basic credentials that are required for the authentication of the user.
|
java.lang.Object |
getCustom()
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
java.lang.Object |
getOauth2()
The OAuth 2.0 credentials required for the authentication of the user.
|
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 getAuthenticationType()
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
getAuthenticationType
in interface CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
public final java.lang.Object getApiKey()
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
getApiKey
in interface CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
public final java.lang.Object getBasic()
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
getBasic
in interface CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
public final java.lang.Object getCustom()
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
getCustom
in interface CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
public final java.lang.Object getOauth2()
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
getOauth2
in interface CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()