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