Class ConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.ConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
ConnectionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ConnectionProps
@Stability(Stable)
@Internal
public static final class ConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ConnectionProps
An implementation for
ConnectionProps-
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.events.ConnectionProps
ConnectionProps.Builder, ConnectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theConnectionProps.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 AuthorizationThe authorization type for the connection.final Map<String, HttpParameter> Additional string parameters to add to the invocation bodies.final StringThe name of the connection.final StringThe name of the connection.final Map<String, HttpParameter> Additional string parameters to add to the invocation headers.final Map<String, HttpParameter> Additional string parameters to add to the invocation query strings.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 theConnectionProps.Builder.
-
-
Method Details
-
getAuthorization
Description copied from interface:ConnectionPropsThe authorization type for the connection.- Specified by:
getAuthorizationin interfaceConnectionProps
-
getBodyParameters
Description copied from interface:ConnectionPropsAdditional string parameters to add to the invocation bodies.Default: - No additional parameters
- Specified by:
getBodyParametersin interfaceConnectionProps
-
getConnectionName
Description copied from interface:ConnectionPropsThe name of the connection.Default: - A name is automatically generated
- Specified by:
getConnectionNamein interfaceConnectionProps
-
getDescription
Description copied from interface:ConnectionPropsThe name of the connection.Default: - none
- Specified by:
getDescriptionin interfaceConnectionProps
-
getHeaderParameters
Description copied from interface:ConnectionPropsAdditional string parameters to add to the invocation headers.Default: - No additional parameters
- Specified by:
getHeaderParametersin interfaceConnectionProps
-
getQueryStringParameters
Description copied from interface:ConnectionPropsAdditional string parameters to add to the invocation query strings.Default: - No additional parameters
- Specified by:
getQueryStringParametersin interfaceConnectionProps
-
$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()
-