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