Class EventDataStoreReference.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudtrail.EventDataStoreReference.Jsii$Proxy
All Implemented Interfaces:
EventDataStoreReference, software.amazon.jsii.JsiiSerializable
Enclosing interface:
EventDataStoreReference

@Stability(Stable) @Internal public static final class EventDataStoreReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventDataStoreReference
An implementation for EventDataStoreReference
  • 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

      protected Jsii$Proxy(EventDataStoreReference.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EventDataStoreReference.Builder.
  • Method Details

    • getEventDataStoreArn

      public final String getEventDataStoreArn()
      Description copied from interface: EventDataStoreReference
      The EventDataStoreArn of the EventDataStore resource.
      Specified by:
      getEventDataStoreArn in interface EventDataStoreReference
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object