Class CfnMultiRegionEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMultiRegionEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMultiRegionEndpointProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMultiRegionEndpointProps
@Stability(Stable)
@Internal
public static final class CfnMultiRegionEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMultiRegionEndpointProps
An implementation for
CfnMultiRegionEndpointProps-
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.CfnMultiRegionEndpointProps
CfnMultiRegionEndpointProps.Builder, CfnMultiRegionEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMultiRegionEndpointProps.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 ObjectContains details of a multi-region endpoint (global-endpoint) being created.final StringThe name of the multi-region endpoint (global-endpoint).getTags()An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).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 theCfnMultiRegionEndpointProps.Builder.
-
-
Method Details
-
getDetails
Description copied from interface:CfnMultiRegionEndpointPropsContains details of a multi-region endpoint (global-endpoint) being created.Returns union: either
IResolvableorCfnMultiRegionEndpoint.DetailsProperty- Specified by:
getDetailsin interfaceCfnMultiRegionEndpointProps- See Also:
-
getEndpointName
Description copied from interface:CfnMultiRegionEndpointPropsThe name of the multi-region endpoint (global-endpoint).- Specified by:
getEndpointNamein interfaceCfnMultiRegionEndpointProps- See Also:
-
getTags
Description copied from interface:CfnMultiRegionEndpointPropsAn array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).- Specified by:
getTagsin interfaceCfnMultiRegionEndpointProps- See Also:
-
$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()
-