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