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