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