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