Class CfnCampaign.SignalInformationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnCampaign.SignalInformationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.SignalInformationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.SignalInformationProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.SignalInformationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.SignalInformationProperty
An implementation for
CfnCampaign.SignalInformationProperty
-
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.iotfleetwise.CfnCampaign.SignalInformationProperty
CfnCampaign.SignalInformationProperty.Builder, CfnCampaign.SignalInformationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.SignalInformationProperty.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 Number
(Optional) The maximum number of samples to collect.final Number
(Optional) The minimum duration of time (in milliseconds) between two triggering events to collect data.final String
getName()
The name of the signal.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 theCfnCampaign.SignalInformationProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnCampaign.SignalInformationProperty
The name of the signal.- Specified by:
getName
in interfaceCfnCampaign.SignalInformationProperty
-
getMaxSampleCount
Description copied from interface:CfnCampaign.SignalInformationProperty
(Optional) The maximum number of samples to collect.- Specified by:
getMaxSampleCount
in interfaceCfnCampaign.SignalInformationProperty
-
getMinimumSamplingIntervalMs
Description copied from interface:CfnCampaign.SignalInformationProperty
(Optional) The minimum duration of time (in milliseconds) between two triggering events to collect data.If a signal changes often, you might want to collect data at a slower rate.
- Specified by:
getMinimumSamplingIntervalMs
in interfaceCfnCampaign.SignalInformationProperty
-
$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()
-