Class CfnBackupSelection.ConditionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnBackupSelection.ConditionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBackupSelection.ConditionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBackupSelection.ConditionsProperty
@Stability(Stable)
@Internal
public static final class CfnBackupSelection.ConditionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBackupSelection.ConditionsProperty
An implementation for
CfnBackupSelection.ConditionsProperty
-
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.services.backup.CfnBackupSelection.ConditionsProperty
CfnBackupSelection.ConditionsProperty.Builder, CfnBackupSelection.ConditionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBackupSelection.ConditionsProperty.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 Object
Filters the values of your tagged resources for only those resources that you tagged with the same value.final Object
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*) anywhere in the string.final Object
Filters the values of your tagged resources for only those resources that you tagged that do not have the same value.final Object
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string.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 theCfnBackupSelection.ConditionsProperty.Builder
.
-
-
Method Details
-
getStringEquals
Description copied from interface:CfnBackupSelection.ConditionsProperty
Filters the values of your tagged resources for only those resources that you tagged with the same value.Also called "exact matching."
- Specified by:
getStringEquals
in interfaceCfnBackupSelection.ConditionsProperty
-
getStringLike
Description copied from interface:CfnBackupSelection.ConditionsProperty
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*) anywhere in the string.For example, "prod*" or "rod" matches the tag value "production".
- Specified by:
getStringLike
in interfaceCfnBackupSelection.ConditionsProperty
-
getStringNotEquals
Description copied from interface:CfnBackupSelection.ConditionsProperty
Filters the values of your tagged resources for only those resources that you tagged that do not have the same value.Also called "negated matching."
- Specified by:
getStringNotEquals
in interfaceCfnBackupSelection.ConditionsProperty
-
getStringNotLike
Description copied from interface:CfnBackupSelection.ConditionsProperty
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string.- Specified by:
getStringNotLike
in interfaceCfnBackupSelection.ConditionsProperty
-
$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()
-