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