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