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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnBackupSelection.ConditionsProperty
CfnBackupSelection.ConditionsProperty.Builder, CfnBackupSelection.ConditionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBackupSelection.ConditionsProperty.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 matching tag values with the use of a wildcard character (*) anywhere in the string.final ObjectFilters the values of your tagged resources for only those resources that you tagged that do not have the same value.final ObjectFilters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string.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
Constructor that initializes the object based on literal property values passed by theCfnBackupSelection.ConditionsProperty.Builder.
-
-
Method Details
-
getStringEquals
Description copied from interface:CfnBackupSelection.ConditionsPropertyFilters 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: '<'eitherIResolvableorCfnBackupSelection.ConditionParameterProperty>- Specified by:
getStringEqualsin interfaceCfnBackupSelection.ConditionsProperty- See Also:
-
getStringLike
Description copied from interface:CfnBackupSelection.ConditionsPropertyFilters 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".
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBackupSelection.ConditionParameterProperty>- Specified by:
getStringLikein interfaceCfnBackupSelection.ConditionsProperty- See Also:
-
getStringNotEquals
Description copied from interface:CfnBackupSelection.ConditionsPropertyFilters 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: '<'eitherIResolvableorCfnBackupSelection.ConditionParameterProperty>- Specified by:
getStringNotEqualsin interfaceCfnBackupSelection.ConditionsProperty- See Also:
-
getStringNotLike
Description copied from interface:CfnBackupSelection.ConditionsPropertyFilters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBackupSelection.ConditionParameterProperty>- Specified by:
getStringNotLikein interfaceCfnBackupSelection.ConditionsProperty- 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()
-