Class CfnProfileResourceAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.route53profiles.CfnProfileResourceAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProfileResourceAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProfileResourceAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnProfileResourceAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProfileResourceAssociationMixinProps
An implementation for
CfnProfileResourceAssociationMixinProps-
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.cfnpropertymixins.services.route53profiles.CfnProfileResourceAssociationMixinProps
CfnProfileResourceAssociationMixinProps.Builder, CfnProfileResourceAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProfileResourceAssociationMixinProps.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 StringgetName()Name of the Profile resource association.final StringProfile ID of the Profile that the resources are associated with.final StringThe Amazon Resource Name (ARN) of the resource association.final StringIf the DNS resource is a DNS Firewall rule group, this indicates the priority.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 theCfnProfileResourceAssociationMixinProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnProfileResourceAssociationMixinPropsName of the Profile resource association.- Specified by:
getNamein interfaceCfnProfileResourceAssociationMixinProps- See Also:
-
getProfileId
Description copied from interface:CfnProfileResourceAssociationMixinPropsProfile ID of the Profile that the resources are associated with.- Specified by:
getProfileIdin interfaceCfnProfileResourceAssociationMixinProps- See Also:
-
getResourceArn
Description copied from interface:CfnProfileResourceAssociationMixinPropsThe Amazon Resource Name (ARN) of the resource association.- Specified by:
getResourceArnin interfaceCfnProfileResourceAssociationMixinProps- See Also:
-
getResourceProperties
Description copied from interface:CfnProfileResourceAssociationMixinPropsIf the DNS resource is a DNS Firewall rule group, this indicates the priority.- Specified by:
getResourcePropertiesin interfaceCfnProfileResourceAssociationMixinProps- See Also:
-
$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()
-