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