Class CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRestoreTestingSelection.ProtectedResourceConditionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRestoreTestingSelection.ProtectedResourceConditionsProperty
@Stability(Stable)
@Internal
public static final class CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRestoreTestingSelection.ProtectedResourceConditionsProperty
An implementation for
CfnRestoreTestingSelection.ProtectedResourceConditionsProperty-
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.backup.CfnRestoreTestingSelection.ProtectedResourceConditionsProperty
CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder, CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRestoreTestingSelection.ProtectedResourceConditionsProperty.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 ObjectFilters the values of your tagged resources for only those resources that you tagged with the same value.final ObjectFilters the values of your tagged resources for only those resources that you tagged that do not have the same value.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
protected Jsii$Proxy(CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder.
-
-
Method Details
-
getStringEquals
Description copied from interface:CfnRestoreTestingSelection.ProtectedResourceConditionsPropertyFilters the values of your tagged resources for only those resources that you tagged with the same value.Also called "exact matching."
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRestoreTestingSelection.KeyValueProperty>- Specified by:
getStringEqualsin interfaceCfnRestoreTestingSelection.ProtectedResourceConditionsProperty- See Also:
-
getStringNotEquals
Description copied from interface:CfnRestoreTestingSelection.ProtectedResourceConditionsPropertyFilters the values of your tagged resources for only those resources that you tagged that do not have the same value.Also called "negated matching."
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRestoreTestingSelection.KeyValueProperty>- Specified by:
getStringNotEqualsin interfaceCfnRestoreTestingSelection.ProtectedResourceConditionsProperty- See Also:
-
$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()
-