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