Class NetworkPerformanceMetricSubscriptionReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.NetworkPerformanceMetricSubscriptionReference.Jsii$Proxy
- All Implemented Interfaces:
NetworkPerformanceMetricSubscriptionReference
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NetworkPerformanceMetricSubscriptionReference
@Stability(Stable)
@Internal
public static final class NetworkPerformanceMetricSubscriptionReference.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NetworkPerformanceMetricSubscriptionReference
An implementation for
NetworkPerformanceMetricSubscriptionReference
-
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.ec2.NetworkPerformanceMetricSubscriptionReference
NetworkPerformanceMetricSubscriptionReference.Builder, NetworkPerformanceMetricSubscriptionReference.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theNetworkPerformanceMetricSubscriptionReference.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Destination of the NetworkPerformanceMetricSubscription resource.final String
The Metric of the NetworkPerformanceMetricSubscription resource.final String
The Source of the NetworkPerformanceMetricSubscription resource.final String
The Statistic of the NetworkPerformanceMetricSubscription resource.final int
hashCode()
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 theNetworkPerformanceMetricSubscriptionReference.Builder
.
-
-
Method Details
-
getDestination
Description copied from interface:NetworkPerformanceMetricSubscriptionReference
The Destination of the NetworkPerformanceMetricSubscription resource.- Specified by:
getDestination
in interfaceNetworkPerformanceMetricSubscriptionReference
-
getMetric
Description copied from interface:NetworkPerformanceMetricSubscriptionReference
The Metric of the NetworkPerformanceMetricSubscription resource.- Specified by:
getMetric
in interfaceNetworkPerformanceMetricSubscriptionReference
-
getSource
Description copied from interface:NetworkPerformanceMetricSubscriptionReference
The Source of the NetworkPerformanceMetricSubscription resource.- Specified by:
getSource
in interfaceNetworkPerformanceMetricSubscriptionReference
-
getStatistic
Description copied from interface:NetworkPerformanceMetricSubscriptionReference
The Statistic of the NetworkPerformanceMetricSubscription resource.- Specified by:
getStatistic
in interfaceNetworkPerformanceMetricSubscriptionReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-