Class RenameKeyEntryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.RenameKeyEntryProperty.Jsii$Proxy
- All Implemented Interfaces:
RenameKeyEntryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RenameKeyEntryProperty
@Stability(Stable)
@Internal
public static final class RenameKeyEntryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RenameKeyEntryProperty
An implementation for
RenameKeyEntryProperty-
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.logs.RenameKeyEntryProperty
RenameKeyEntryProperty.Builder, RenameKeyEntryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RenameKeyEntryProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theRenameKeyEntryProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theRenameKeyEntryProperty.Builder.
-
-
Method Details
-
getKey
Description copied from interface:RenameKeyEntryPropertyThe key to rename.- Specified by:
getKeyin interfaceRenameKeyEntryProperty
-
getRenameTo
Description copied from interface:RenameKeyEntryPropertyThe string to use for the new key name.- Specified by:
getRenameToin interfaceRenameKeyEntryProperty
-
getOverwriteIfExists
Description copied from interface:RenameKeyEntryPropertyWhether to overwrite the target key if it already exists.Default: false
- Specified by:
getOverwriteIfExistsin interfaceRenameKeyEntryProperty
-
$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()
-