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