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