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