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