Class CfnCampaign.SignalFetchInformationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnCampaign.SignalFetchInformationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.SignalFetchInformationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.SignalFetchInformationProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.SignalFetchInformationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.SignalFetchInformationProperty
An implementation for
CfnCampaign.SignalFetchInformationProperty-
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.SignalFetchInformationProperty
CfnCampaign.SignalFetchInformationProperty.Builder, CfnCampaign.SignalFetchInformationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.SignalFetchInformationProperty.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 booleanThe actions to be performed by the signal fetch.final NumberThe version of the condition language used.final StringThe fully qualified name of the signal to be fetched.final ObjectThe configuration of the signal fetch operation.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.SignalFetchInformationProperty.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnCampaign.SignalFetchInformationPropertyThe actions to be performed by the signal fetch.- Specified by:
getActionsin interfaceCfnCampaign.SignalFetchInformationProperty- See Also:
-
getFullyQualifiedName
Description copied from interface:CfnCampaign.SignalFetchInformationPropertyThe fully qualified name of the signal to be fetched.- Specified by:
getFullyQualifiedNamein interfaceCfnCampaign.SignalFetchInformationProperty- See Also:
-
getSignalFetchConfig
Description copied from interface:CfnCampaign.SignalFetchInformationPropertyThe configuration of the signal fetch operation.Returns union: either
IResolvableorCfnCampaign.SignalFetchConfigProperty- Specified by:
getSignalFetchConfigin interfaceCfnCampaign.SignalFetchInformationProperty- See Also:
-
getConditionLanguageVersion
Description copied from interface:CfnCampaign.SignalFetchInformationPropertyThe version of the condition language used.- Specified by:
getConditionLanguageVersionin interfaceCfnCampaign.SignalFetchInformationProperty- 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()
-