Class CfnConnection.GlueOAuth2CredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnConnection.GlueOAuth2CredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.GlueOAuth2CredentialsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.GlueOAuth2CredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.GlueOAuth2CredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.GlueOAuth2CredentialsProperty
An implementation for
CfnConnection.GlueOAuth2CredentialsProperty-
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.services.datazone.CfnConnection.GlueOAuth2CredentialsProperty
CfnConnection.GlueOAuth2CredentialsProperty.Builder, CfnConnection.GlueOAuth2CredentialsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnection.GlueOAuth2CredentialsProperty.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 access token of a connection.final StringThe jwt token of the connection.final StringThe refresh token of the connection.final StringThe user managed client application client secret of the connection.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
Constructor that initializes the object based on literal property values passed by theCfnConnection.GlueOAuth2CredentialsProperty.Builder.
-
-
Method Details
-
getAccessToken
Description copied from interface:CfnConnection.GlueOAuth2CredentialsPropertyThe access token of a connection.- Specified by:
getAccessTokenin interfaceCfnConnection.GlueOAuth2CredentialsProperty- See Also:
-
getJwtToken
Description copied from interface:CfnConnection.GlueOAuth2CredentialsPropertyThe jwt token of the connection.- Specified by:
getJwtTokenin interfaceCfnConnection.GlueOAuth2CredentialsProperty- See Also:
-
getRefreshToken
Description copied from interface:CfnConnection.GlueOAuth2CredentialsPropertyThe refresh token of the connection.- Specified by:
getRefreshTokenin interfaceCfnConnection.GlueOAuth2CredentialsProperty- See Also:
-
getUserManagedClientApplicationClientSecret
Description copied from interface:CfnConnection.GlueOAuth2CredentialsPropertyThe user managed client application client secret of the connection.- Specified by:
getUserManagedClientApplicationClientSecretin interfaceCfnConnection.GlueOAuth2CredentialsProperty- 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()
-