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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnCampaign.SignalInformationProperty
CfnCampaign.SignalInformationProperty.Builder, CfnCampaign.SignalInformationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.SignalInformationProperty.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 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 StringgetName()The name of the signal.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 theCfnCampaign.SignalInformationProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnCampaign.SignalInformationPropertyThe name of the signal.- Specified by:
getNamein interfaceCfnCampaign.SignalInformationProperty
-
getMaxSampleCount
Description copied from interface:CfnCampaign.SignalInformationProperty(Optional) The maximum number of samples to collect.- Specified by:
getMaxSampleCountin 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:
getMinimumSamplingIntervalMsin interfaceCfnCampaign.SignalInformationProperty
-
$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()
-