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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DeleteProfilingGroupRequest>
- Parameters:
deleteProfilingGroupRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-