Class CfnBackupSelection.ConditionResourceTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnBackupSelection.ConditionResourceTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBackupSelection.ConditionResourceTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBackupSelection.ConditionResourceTypeProperty
@Stability(Stable)
@Internal
public static final class CfnBackupSelection.ConditionResourceTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBackupSelection.ConditionResourceTypeProperty
An implementation for
CfnBackupSelection.ConditionResourceTypeProperty-
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.ConditionResourceTypeProperty
CfnBackupSelection.ConditionResourceTypeProperty.Builder, CfnBackupSelection.ConditionResourceTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBackupSelection.ConditionResourceTypeProperty.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 StringThe key in a key-value pair.final StringAn operation, such asSTRINGEQUALS, that is applied to a key-value pair used to filter resources in a selection.final StringThe value in a key-value pair.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.ConditionResourceTypeProperty.Builder.
-
-
Method Details
-
getConditionKey
Description copied from interface:CfnBackupSelection.ConditionResourceTypePropertyThe key in a key-value pair.For example, in
"Department": "accounting","Department"is the key.- Specified by:
getConditionKeyin interfaceCfnBackupSelection.ConditionResourceTypeProperty- See Also:
-
getConditionType
Description copied from interface:CfnBackupSelection.ConditionResourceTypePropertyAn operation, such asSTRINGEQUALS, that is applied to a key-value pair used to filter resources in a selection.- Specified by:
getConditionTypein interfaceCfnBackupSelection.ConditionResourceTypeProperty- See Also:
-
getConditionValue
Description copied from interface:CfnBackupSelection.ConditionResourceTypePropertyThe value in a key-value pair.For example, in
"Department": "accounting","accounting"is the value.- Specified by:
getConditionValuein interfaceCfnBackupSelection.ConditionResourceTypeProperty- 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()
-