Class ExperimentRunReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.interfaces.appconfig.ExperimentRunReference.Jsii$Proxy
- All Implemented Interfaces:
ExperimentRunReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ExperimentRunReference
@Stability(Stable)
@Internal
public static final class ExperimentRunReference.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ExperimentRunReference
An implementation for
ExperimentRunReference-
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.interfaces.appconfig.ExperimentRunReference
ExperimentRunReference.Builder, ExperimentRunReference.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ExperimentRunReference.Builder builder) Constructor that initializes the object based on literal property values passed by theExperimentRunReference.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 ExperimentRun resource.final StringThe ExperimentDefinitionId of the ExperimentRun resource.final StringgetRun()The Run of the ExperimentRun 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 theExperimentRunReference.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:ExperimentRunReferenceThe ApplicationId of the ExperimentRun resource.- Specified by:
getApplicationIdin interfaceExperimentRunReference
-
getExperimentDefinitionId
Description copied from interface:ExperimentRunReferenceThe ExperimentDefinitionId of the ExperimentRun resource.- Specified by:
getExperimentDefinitionIdin interfaceExperimentRunReference
-
getRun
Description copied from interface:ExperimentRunReferenceThe Run of the ExperimentRun resource.- Specified by:
getRunin interfaceExperimentRunReference
-
$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()
-