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