Class CreateInvestigationGroupRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.aiops.transform.CreateInvestigationGroupRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateInvestigationGroupRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateInvestigationGroupRequest>- Parameters:
createInvestigationGroupRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-