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