Class CloudWatchDimension.Jsii$Proxy

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

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

    CloudWatchDimension.Builder, CloudWatchDimension.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CloudWatchDimension.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email.
    final String
    The name of an Amazon CloudWatch dimension associated with an email sending metric.
    The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CloudWatchDimension.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CloudWatchDimension.Builder.
  • Method Details

    • getDefaultValue

      public final String getDefaultValue()
      Description copied from interface: CloudWatchDimension
      The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email.
      Specified by:
      getDefaultValue in interface CloudWatchDimension
    • getName

      public final String getName()
      Description copied from interface: CloudWatchDimension
      The name of an Amazon CloudWatch dimension associated with an email sending metric.
      Specified by:
      getName in interface CloudWatchDimension
    • getSource

      public final CloudWatchDimensionSource getSource()
      Description copied from interface: CloudWatchDimension
      The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.
      Specified by:
      getSource in interface CloudWatchDimension
    • $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