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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnBucket.ReplicationRuleFilterProperty
CfnBucket.ReplicationRuleFilterProperty.Builder, CfnBucket.ReplicationRuleFilterProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.ReplicationRuleFilterProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
getAnd()
A container for specifying rule filters.final String
An object key name prefix that identifies the subset of objects to which the rule applies.final Object
A container for specifying a tag key and value.final int
hashCode()
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.ReplicationRuleFilterProperty
A 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
Prefix
and aTagFilter
, wrap these filters in anAnd
tag. - If you specify a filter based on multiple tags, wrap the
TagFilter
elements in anAnd
tag.
- Specified by:
getAnd
in interfaceCfnBucket.ReplicationRuleFilterProperty
- See Also:
- If you specify both a
-
getPrefix
Description copied from interface:CfnBucket.ReplicationRuleFilterProperty
An 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:
getPrefix
in interfaceCfnBucket.ReplicationRuleFilterProperty
- See Also:
-
getTagFilter
Description copied from interface:CfnBucket.ReplicationRuleFilterProperty
A container for specifying a tag key and value.The rule applies only to objects that have the tag in their tag set.
- Specified by:
getTagFilter
in interfaceCfnBucket.ReplicationRuleFilterProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
-