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