Class CfnBucket.ReplicationRuleFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.ReplicationRuleFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.ReplicationRuleFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.ReplicationRuleFilterProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.ReplicationRuleFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.ReplicationRuleFilterProperty
An implementation for
CfnBucket.ReplicationRuleFilterProperty-
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.s3.CfnBucket.ReplicationRuleFilterProperty
CfnBucket.ReplicationRuleFilterProperty.Builder, CfnBucket.ReplicationRuleFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.ReplicationRuleFilterProperty.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 ObjectgetAnd()A container for specifying rule filters.final StringAn object key name prefix that identifies the subset of objects to which the rule applies.final ObjectA container for specifying a tag key and 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 theCfnBucket.ReplicationRuleFilterProperty.Builder.
-
-
Method Details
-
getAnd
Description copied from interface:CfnBucket.ReplicationRuleFilterPropertyA container for specifying rule filters.The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example:
- If you specify both a
Prefixand aTagFilter, wrap these filters in anAndtag. - If you specify a filter based on multiple tags, wrap the
TagFilterelements in anAndtag.
Returns union: either
IResolvableorCfnBucket.ReplicationRuleAndOperatorProperty- Specified by:
getAndin interfaceCfnBucket.ReplicationRuleFilterProperty- See Also:
- If you specify both a
-
getPrefix
Description copied from interface:CfnBucket.ReplicationRuleFilterPropertyAn object key name prefix that identifies the subset of objects to which the rule applies.Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints .
- Specified by:
getPrefixin interfaceCfnBucket.ReplicationRuleFilterProperty- See Also:
-
getTagFilter
Description copied from interface:CfnBucket.ReplicationRuleFilterPropertyA container for specifying a tag key and value.The rule applies only to objects that have the tag in their tag set.
Returns union: either
IResolvableorCfnBucket.TagFilterProperty- Specified by:
getTagFilterin interfaceCfnBucket.ReplicationRuleFilterProperty- 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()
-