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