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