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