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