Class IntegrationAssociationReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.IntegrationAssociationReference.Jsii$Proxy
- All Implemented Interfaces:
IntegrationAssociationReference
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IntegrationAssociationReference
@Stability(Stable)
@Internal
public static final class IntegrationAssociationReference.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IntegrationAssociationReference
An implementation for
IntegrationAssociationReference
-
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.connect.IntegrationAssociationReference
IntegrationAssociationReference.Builder, IntegrationAssociationReference.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theIntegrationAssociationReference.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 InstanceId of the IntegrationAssociation resource.final String
The IntegrationArn of the IntegrationAssociation resource.final String
The IntegrationType of the IntegrationAssociation resource.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 theIntegrationAssociationReference.Builder
.
-
-
Method Details
-
getInstanceId
Description copied from interface:IntegrationAssociationReference
The InstanceId of the IntegrationAssociation resource.- Specified by:
getInstanceId
in interfaceIntegrationAssociationReference
-
getIntegrationArn
Description copied from interface:IntegrationAssociationReference
The IntegrationArn of the IntegrationAssociation resource.- Specified by:
getIntegrationArn
in interfaceIntegrationAssociationReference
-
getIntegrationType
Description copied from interface:IntegrationAssociationReference
The IntegrationType of the IntegrationAssociation resource.- Specified by:
getIntegrationType
in interfaceIntegrationAssociationReference
-
$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()
-