public static final class CfnCanary.VisualReferenceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCanary.VisualReferenceProperty
CfnCanary.VisualReferenceProperty
CfnCanary.VisualReferenceProperty.Builder, CfnCanary.VisualReferenceProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBaseCanaryRunId()
Specifies which canary run to use the screenshots from as the baseline for future visual monitoring with this canary.
|
java.lang.Object |
getBaseScreenshots()
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBaseCanaryRunId()
CfnCanary.VisualReferenceProperty
Valid values are nextrun
to use the screenshots from the next run after this update is made, lastrun
to use the screenshots from the most recent run before this update was made, or the value of Id
in the CanaryRun from any past run of this canary.
getBaseCanaryRunId
in interface CfnCanary.VisualReferenceProperty
public final java.lang.Object getBaseScreenshots()
CfnCanary.VisualReferenceProperty
getBaseScreenshots
in interface CfnCanary.VisualReferenceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()