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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.events.ConnectionProps
ConnectionProps.Builder, ConnectionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theConnectionProps.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 Authorization
The authorization type for the connection.final Map<String,
HttpParameter> Additional string parameters to add to the invocation bodies.final String
The name of the connection.final String
The 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 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 theConnectionProps.Builder
.
-
-
Method Details
-
getAuthorization
Description copied from interface:ConnectionProps
The authorization type for the connection.- Specified by:
getAuthorization
in interfaceConnectionProps
-
getBodyParameters
Description copied from interface:ConnectionProps
Additional string parameters to add to the invocation bodies.Default: - No additional parameters
- Specified by:
getBodyParameters
in interfaceConnectionProps
-
getConnectionName
Description copied from interface:ConnectionProps
The name of the connection.Default: - A name is automatically generated
- Specified by:
getConnectionName
in interfaceConnectionProps
-
getDescription
Description copied from interface:ConnectionProps
The name of the connection.Default: - none
- Specified by:
getDescription
in interfaceConnectionProps
-
getHeaderParameters
Description copied from interface:ConnectionProps
Additional string parameters to add to the invocation headers.Default: - No additional parameters
- Specified by:
getHeaderParameters
in interfaceConnectionProps
-
getQueryStringParameters
Description copied from interface:ConnectionProps
Additional string parameters to add to the invocation query strings.Default: - No additional parameters
- Specified by:
getQueryStringParameters
in interfaceConnectionProps
-
$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()
-