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