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