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