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