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