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