Class CreateCommandRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iot.transform.CreateCommandRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateCommandRequest>
@Generated("software.amazon.awssdk:codegen")
public class CreateCommandRequestMarshaller
extends Object
implements Marshaller<CreateCommandRequest>
CreateCommandRequest
Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(CreateCommandRequest createCommandRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
CreateCommandRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateCommandRequest>
- Parameters:
createCommandRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-