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