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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CloudWatchDimension
CloudWatchDimension.Builder, CloudWatchDimension.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CloudWatchDimension.Builder builder) Constructor that initializes the object based on literal property values passed by theCloudWatchDimension.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe 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 StringgetName()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 inthashCode()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 theCloudWatchDimension.Builder.
-
-
Method Details
-
getDefaultValue
Description copied from interface:CloudWatchDimensionThe 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:
getDefaultValuein interfaceCloudWatchDimension
-
getName
Description copied from interface:CloudWatchDimensionThe name of an Amazon CloudWatch dimension associated with an email sending metric.- Specified by:
getNamein interfaceCloudWatchDimension
-
getSource
Description copied from interface:CloudWatchDimensionThe place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.- Specified by:
getSourcein interfaceCloudWatchDimension
-
$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()
-