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