Class TagCondition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.TagCondition.Jsii$Proxy
- All Implemented Interfaces:
TagCondition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TagCondition
@Stability(Stable)
@Internal
public static final class TagCondition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TagCondition
An implementation for
TagCondition-
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.TagCondition
TagCondition.Builder, TagCondition.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TagCondition.Builder builder) Constructor that initializes the object based on literal property values passed by theTagCondition.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 StringgetKey()The key in a key-value pair.final TagOperationAn operation that is applied to a key-value pair used to filter resources in a selection.final StringgetValue()The 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 theTagCondition.Builder.
-
-
Method Details
-
getKey
Description copied from interface:TagConditionThe key in a key-value pair.For example, in
"ec2:ResourceTag/Department": "accounting",ec2:ResourceTag/Departmentis the key.- Specified by:
getKeyin interfaceTagCondition
-
getValue
Description copied from interface:TagConditionThe value in a key-value pair.For example, in
"ec2:ResourceTag/Department": "accounting",accountingis the value.- Specified by:
getValuein interfaceTagCondition
-
getOperation
Description copied from interface:TagConditionAn operation that is applied to a key-value pair used to filter resources in a selection.Default: STRING_EQUALS
- Specified by:
getOperationin interfaceTagCondition
-
$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()
-