Class CfnConnection.OAuthParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.CfnConnection.OAuthParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.OAuthParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.OAuthParametersProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.OAuthParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.OAuthParametersProperty
An implementation for
CfnConnection.OAuthParametersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.events.CfnConnection.OAuthParametersProperty
CfnConnection.OAuthParametersProperty.Builder, CfnConnection.OAuthParametersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnection.OAuthParametersProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The URL to the authorization endpoint when OAuth is specified as the authorization type.final Object
ACreateConnectionOAuthClientRequestParameters
object that contains the client parameters for OAuth authorization.final String
The method to use for the authorization request.final Object
AConnectionHttpParameters
object that contains details about the additional parameters to use for the connection.final int
hashCode()
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.OAuthParametersProperty.Builder
.
-
-
Method Details
-
getAuthorizationEndpoint
Description copied from interface:CfnConnection.OAuthParametersProperty
The URL to the authorization endpoint when OAuth is specified as the authorization type.- Specified by:
getAuthorizationEndpoint
in interfaceCfnConnection.OAuthParametersProperty
- See Also:
-
getClientParameters
Description copied from interface:CfnConnection.OAuthParametersProperty
ACreateConnectionOAuthClientRequestParameters
object that contains the client parameters for OAuth authorization.- Specified by:
getClientParameters
in interfaceCfnConnection.OAuthParametersProperty
- See Also:
-
getHttpMethod
Description copied from interface:CfnConnection.OAuthParametersProperty
The method to use for the authorization request.- Specified by:
getHttpMethod
in interfaceCfnConnection.OAuthParametersProperty
- See Also:
-
getOAuthHttpParameters
Description copied from interface:CfnConnection.OAuthParametersProperty
AConnectionHttpParameters
object that contains details about the additional parameters to use for the connection.- Specified by:
getOAuthHttpParameters
in interfaceCfnConnection.OAuthParametersProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-