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