Class EqualsAssertionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.integtests.alpha.EqualsAssertionProps.Jsii$Proxy
- All Implemented Interfaces:
- EqualsAssertionProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EqualsAssertionProps
@Stability(Experimental)
@Internal
public static final class EqualsAssertionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EqualsAssertionProps
An implementation for 
EqualsAssertionProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.integtests.alpha.EqualsAssertionPropsEqualsAssertionProps.Builder, EqualsAssertionProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EqualsAssertionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEqualsAssertionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ActualResult(experimental) The actual results to compare.final ExpectedResult(experimental) The expected result to assert.final Boolean(experimental) Set this to true if a failed assertion should result in a CloudFormation deployment failure.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theEqualsAssertionProps.Builder.
 
- 
- 
Method Details- 
getActualDescription copied from interface:EqualsAssertionProps(experimental) The actual results to compare.- Specified by:
- getActualin interface- EqualsAssertionProps
 
- 
getExpectedDescription copied from interface:EqualsAssertionProps(experimental) The expected result to assert.- Specified by:
- getExpectedin interface- EqualsAssertionProps
 
- 
getFailDeploymentDescription copied from interface:EqualsAssertionProps(experimental) Set this to true if a failed assertion should result in a CloudFormation deployment failure.This is only necessary if assertions are being executed outside of integ-runner.Default: false - Specified by:
- getFailDeploymentin interface- EqualsAssertionProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-