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