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