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