Interface CfnCommand.CommandPayloadProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnCommand.CommandPayloadProperty.Jsii$Proxy
- Enclosing class:
- CfnCommand
@Stability(Stable)
public static interface CfnCommand.CommandPayloadProperty
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.*;
 CommandPayloadProperty commandPayloadProperty = CommandPayloadProperty.builder()
         .content("content")
         .contentType("contentType")
         .build();
 - See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCommand.CommandPayloadPropertystatic final classAn implementation forCfnCommand.CommandPayloadProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getContent- See Also:
 
- 
getContentType- See Also:
 
- 
builder
 
-