Class DeleteCommandRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.iot.transform.DeleteCommandRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<DeleteCommandRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteCommandRequestMarshaller extends Object implements Marshaller<DeleteCommandRequest>
DeleteCommandRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description DeleteCommandRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(DeleteCommandRequest deleteCommandRequest)
-
-
-
Constructor Detail
-
DeleteCommandRequestMarshaller
public DeleteCommandRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(DeleteCommandRequest deleteCommandRequest)
- Specified by:
marshall
in interfaceMarshaller<DeleteCommandRequest>
-
-