public static final class CfnBucket.TransitionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.TransitionProperty
CfnBucket.TransitionProperty
CfnBucket.TransitionProperty.Builder, CfnBucket.TransitionProperty.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.String |
getStorageClass()
The storage class to which you want the object to transition.
|
java.lang.Object |
getTransitionDate()
Indicates when objects are transitioned to the specified storage class.
|
java.lang.Number |
getTransitionInDays()
Indicates the number of days after creation when objects are transitioned to the specified storage class.
|
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.String getStorageClass()
CfnBucket.TransitionProperty
getStorageClass
in interface CfnBucket.TransitionProperty
public final java.lang.Object getTransitionDate()
CfnBucket.TransitionProperty
The date value must be in ISO 8601 format. The time is always midnight UTC.
getTransitionDate
in interface CfnBucket.TransitionProperty
public final java.lang.Number getTransitionInDays()
CfnBucket.TransitionProperty
The value must be a positive integer.
getTransitionInDays
in interface CfnBucket.TransitionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()