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