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