Class GetStreamRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ivs.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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<GetStreamRequest>- Parameters:
 getStreamRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -