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