public static final class CfnBucket.ReplicationRuleFilterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.ReplicationRuleFilterProperty
CfnBucket.ReplicationRuleFilterProperty
CfnBucket.ReplicationRuleFilterProperty.Builder, CfnBucket.ReplicationRuleFilterProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAnd()
A container for specifying rule filters.
|
java.lang.String |
getPrefix()
An object key name prefix that identifies the subset of objects to which the rule applies.
|
java.lang.Object |
getTagFilter()
A container for specifying a tag key and value.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAnd()
CfnBucket.ReplicationRuleFilterProperty
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:
Prefix
and a TagFilter
, wrap these filters in an And
tag.TagFilter
elements in an And
tag.getAnd
in interface CfnBucket.ReplicationRuleFilterProperty
public final java.lang.String getPrefix()
CfnBucket.ReplicationRuleFilterProperty
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 .
getPrefix
in interface CfnBucket.ReplicationRuleFilterProperty
public final java.lang.Object getTagFilter()
CfnBucket.ReplicationRuleFilterProperty
The rule applies only to objects that have the tag in their tag set.
getTagFilter
in interface CfnBucket.ReplicationRuleFilterProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()