Class EqualsAssertionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.integtests.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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.integtests.EqualsAssertionProps
EqualsAssertionProps.Builder, EqualsAssertionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EqualsAssertionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEqualsAssertionProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final 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 int
hashCode()
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 theEqualsAssertionProps.Builder
.
-
-
Method Details
-
getActual
Description copied from interface:EqualsAssertionProps
(experimental) The actual results to compare.- Specified by:
getActual
in interfaceEqualsAssertionProps
-
getExpected
Description copied from interface:EqualsAssertionProps
(experimental) The expected result to assert.- Specified by:
getExpected
in interfaceEqualsAssertionProps
-
getFailDeployment
Description 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:
getFailDeployment
in interfaceEqualsAssertionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-