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