Class CfnRegistryRecordMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRegistryRecordMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRegistryRecordMixinProps
@Stability(Stable)
@Internal
public static final class CfnRegistryRecordMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRegistryRecordMixinProps
An implementation for
CfnRegistryRecordMixinProps-
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.agentregistry.CfnRegistryRecordMixinProps
CfnRegistryRecordMixinProps.Builder, CfnRegistryRecordMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRegistryRecordMixinProps.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 StringThe description of the registry record.final ObjectThe typed set of descriptors for a registry record.final StringThe human-readable display name of the registry record.final StringgetName()The name of the registry record.final StringThe type of the registry record.final StringThe version of the registry record.final StringThe identifier of the registry containing the record.getTags()Tags to assign to the registry record.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 theCfnRegistryRecordMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnRegistryRecordMixinPropsThe description of the registry record.- Specified by:
getDescriptionin interfaceCfnRegistryRecordMixinProps- See Also:
-
getDescriptors
Description copied from interface:CfnRegistryRecordMixinPropsThe typed set of descriptors for a registry record.Exactly one descriptor field is populated based on the record type.
Returns union: either
IResolvableorCfnRegistryRecordPropsMixin.DescriptorsProperty- Specified by:
getDescriptorsin interfaceCfnRegistryRecordMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnRegistryRecordMixinPropsThe human-readable display name of the registry record.- Specified by:
getDisplayNamein interfaceCfnRegistryRecordMixinProps- See Also:
-
getName
Description copied from interface:CfnRegistryRecordMixinPropsThe name of the registry record.- Specified by:
getNamein interfaceCfnRegistryRecordMixinProps- See Also:
-
getRecordType
Description copied from interface:CfnRegistryRecordMixinPropsThe type of the registry record.- Specified by:
getRecordTypein interfaceCfnRegistryRecordMixinProps- See Also:
-
getRecordVersion
Description copied from interface:CfnRegistryRecordMixinPropsThe version of the registry record.- Specified by:
getRecordVersionin interfaceCfnRegistryRecordMixinProps- See Also:
-
getRegistryId
Description copied from interface:CfnRegistryRecordMixinPropsThe identifier of the registry containing the record.- Specified by:
getRegistryIdin interfaceCfnRegistryRecordMixinProps- See Also:
-
getTags
Description copied from interface:CfnRegistryRecordMixinPropsTags to assign to the registry record.- Specified by:
getTagsin interfaceCfnRegistryRecordMixinProps- 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()
-