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