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