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