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