Class BatchGetBuildBatchesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.codebuild.transform.BatchGetBuildBatchesRequestMarshaller
- All Implemented Interfaces:
- Marshaller<BatchGetBuildBatchesRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class BatchGetBuildBatchesRequestMarshaller
extends Object
implements Marshaller<BatchGetBuildBatchesRequest>
BatchGetBuildBatchesRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionBatchGetBuildBatchesRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(BatchGetBuildBatchesRequest batchGetBuildBatchesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
BatchGetBuildBatchesRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<BatchGetBuildBatchesRequest>
- Parameters:
- batchGetBuildBatchesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-