Interface CfnTopicRule.AssetPropertyVariantProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTopicRule.AssetPropertyVariantProperty.Jsii$Proxy
Enclosing class:
CfnTopicRule

@Stability(Stable) public static interface CfnTopicRule.AssetPropertyVariantProperty extends software.amazon.jsii.JsiiSerializable
Contains an asset property value (of a single type).

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iot.*;
 AssetPropertyVariantProperty assetPropertyVariantProperty = AssetPropertyVariantProperty.builder()
         .booleanValue("booleanValue")
         .doubleValue("doubleValue")
         .integerValue("integerValue")
         .stringValue("stringValue")
         .build();
 
  • Method Details

    • getBooleanValue

      @Stability(Stable) @Nullable default String getBooleanValue()
      Optional.

      A string that contains the boolean value ( true or false ) of the value entry. Accepts substitution templates.

    • getDoubleValue

      @Stability(Stable) @Nullable default String getDoubleValue()
      Optional.

      A string that contains the double value of the value entry. Accepts substitution templates.

    • getIntegerValue

      @Stability(Stable) @Nullable default String getIntegerValue()
      Optional.

      A string that contains the integer value of the value entry. Accepts substitution templates.

    • getStringValue

      @Stability(Stable) @Nullable default String getStringValue()
      Optional.

      The string value of the value entry. Accepts substitution templates.

    • builder

      @Stability(Stable) static CfnTopicRule.AssetPropertyVariantProperty.Builder builder()
      Returns:
      a CfnTopicRule.AssetPropertyVariantProperty.Builder of CfnTopicRule.AssetPropertyVariantProperty