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