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