Class CfnSecurityProfile.MetricValueProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnSecurityProfile.MetricValueProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityProfile.MetricValueProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecurityProfile.MetricValueProperty
@Stability(Stable)
@Internal
public static final class CfnSecurityProfile.MetricValueProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityProfile.MetricValueProperty
An implementation for
CfnSecurityProfile.MetricValueProperty
-
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.iot.CfnSecurityProfile.MetricValueProperty
CfnSecurityProfile.MetricValueProperty.Builder, CfnSecurityProfile.MetricValueProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSecurityProfile.MetricValueProperty.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
getCidrs()
If thecomparisonOperator
calls for a set of CIDRs, use this to specify that set to be compared with themetric
.final String
getCount()
If thecomparisonOperator
calls for a numeric value, use this to specify that numeric value to be compared with themetric
.final Number
The numeric values of a metric.final Object
The numeric value of a metric.final Object
getPorts()
If thecomparisonOperator
calls for a set of ports, use this to specify that set to be compared with themetric
.The string values of a metric.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 theCfnSecurityProfile.MetricValueProperty.Builder
.
-
-
Method Details
-
getCidrs
Description copied from interface:CfnSecurityProfile.MetricValueProperty
If thecomparisonOperator
calls for a set of CIDRs, use this to specify that set to be compared with themetric
.- Specified by:
getCidrs
in interfaceCfnSecurityProfile.MetricValueProperty
- See Also:
-
getCount
Description copied from interface:CfnSecurityProfile.MetricValueProperty
If thecomparisonOperator
calls for a numeric value, use this to specify that numeric value to be compared with themetric
.- Specified by:
getCount
in interfaceCfnSecurityProfile.MetricValueProperty
- See Also:
-
getNumber
Description copied from interface:CfnSecurityProfile.MetricValueProperty
The numeric values of a metric.- Specified by:
getNumber
in interfaceCfnSecurityProfile.MetricValueProperty
- See Also:
-
getNumbers
Description copied from interface:CfnSecurityProfile.MetricValueProperty
The numeric value of a metric.- Specified by:
getNumbers
in interfaceCfnSecurityProfile.MetricValueProperty
- See Also:
-
getPorts
Description copied from interface:CfnSecurityProfile.MetricValueProperty
If thecomparisonOperator
calls for a set of ports, use this to specify that set to be compared with themetric
.- Specified by:
getPorts
in interfaceCfnSecurityProfile.MetricValueProperty
- See Also:
-
getStrings
Description copied from interface:CfnSecurityProfile.MetricValueProperty
The string values of a metric.- Specified by:
getStrings
in interfaceCfnSecurityProfile.MetricValueProperty
- See Also:
-
$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()
-