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