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