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