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