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