Class CfnResourceAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalogappregistry.CfnResourceAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceAssociationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceAssociationProps
@Stability(Stable)
@Internal
public static final class CfnResourceAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceAssociationProps
An implementation for
CfnResourceAssociationProps
-
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.servicecatalogappregistry.CfnResourceAssociationProps
CfnResourceAssociationProps.Builder, CfnResourceAssociationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnResourceAssociationProps.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 name or ID of the application.final String
The name or ID of the resource of which the application will be associated.final String
The type of resource of which the application will be associated.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 theCfnResourceAssociationProps.Builder
.
-
-
Method Details
-
getApplication
Description copied from interface:CfnResourceAssociationProps
The name or ID of the application.- Specified by:
getApplication
in interfaceCfnResourceAssociationProps
-
getResource
Description copied from interface:CfnResourceAssociationProps
The name or ID of the resource of which the application will be associated.- Specified by:
getResource
in interfaceCfnResourceAssociationProps
-
getResourceType
Description copied from interface:CfnResourceAssociationProps
The type of resource of which the application will be associated.- Specified by:
getResourceType
in interfaceCfnResourceAssociationProps
-
$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()
-