Class CfnDeploymentGroup.TagFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.TagFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroup.TagFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentGroup.TagFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDeploymentGroup.TagFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentGroup.TagFilterProperty
An implementation for
CfnDeploymentGroup.TagFilterProperty-
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.codedeploy.CfnDeploymentGroup.TagFilterProperty
CfnDeploymentGroup.TagFilterProperty.Builder, CfnDeploymentGroup.TagFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.TagFilterProperty.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 on-premises instance tag filter key.final StringgetType()The on-premises instance tag filter type:.final StringgetValue()The on-premises instance tag filter 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
Constructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.TagFilterProperty.Builder.
-
-
Method Details
-
getKey
Description copied from interface:CfnDeploymentGroup.TagFilterPropertyThe on-premises instance tag filter key.- Specified by:
getKeyin interfaceCfnDeploymentGroup.TagFilterProperty- See Also:
-
getType
Description copied from interface:CfnDeploymentGroup.TagFilterPropertyThe on-premises instance tag filter type:.- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Specified by:
getTypein interfaceCfnDeploymentGroup.TagFilterProperty- See Also:
-
getValue
Description copied from interface:CfnDeploymentGroup.TagFilterPropertyThe on-premises instance tag filter value.- Specified by:
getValuein interfaceCfnDeploymentGroup.TagFilterProperty- 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()
-