Class HostedConfigurationVersionReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.HostedConfigurationVersionReference.Jsii$Proxy
- All Implemented Interfaces:
HostedConfigurationVersionReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HostedConfigurationVersionReference
@Stability(Stable)
@Internal
public static final class HostedConfigurationVersionReference.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HostedConfigurationVersionReference
An implementation for
HostedConfigurationVersionReference-
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.appconfig.HostedConfigurationVersionReference
HostedConfigurationVersionReference.Builder, HostedConfigurationVersionReference.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theHostedConfigurationVersionReference.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 ApplicationId of the HostedConfigurationVersion resource.final StringThe ConfigurationProfileId of the HostedConfigurationVersion resource.final StringThe VersionNumber of the HostedConfigurationVersion resource.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 theHostedConfigurationVersionReference.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:HostedConfigurationVersionReferenceThe ApplicationId of the HostedConfigurationVersion resource.- Specified by:
getApplicationIdin interfaceHostedConfigurationVersionReference
-
getConfigurationProfileId
Description copied from interface:HostedConfigurationVersionReferenceThe ConfigurationProfileId of the HostedConfigurationVersion resource.- Specified by:
getConfigurationProfileIdin interfaceHostedConfigurationVersionReference
-
getVersionNumber
Description copied from interface:HostedConfigurationVersionReferenceThe VersionNumber of the HostedConfigurationVersion resource.- Specified by:
getVersionNumberin interfaceHostedConfigurationVersionReference
-
$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()
-