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