Interface CfnCommand.CommandParameterValueNumberRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCommand.CommandParameterValueNumberRangeProperty.Jsii$Proxy
- Enclosing class:
CfnCommand
@Stability(Stable)
public static interface CfnCommand.CommandParameterValueNumberRangeProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
CommandParameterValueNumberRangeProperty commandParameterValueNumberRangeProperty = CommandParameterValueNumberRangeProperty.builder()
.max("max")
.min("min")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCommand.CommandParameterValueNumberRangePropertystatic final classAn implementation forCfnCommand.CommandParameterValueNumberRangeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
- See Also:
-
getMin
- See Also:
-
builder
-