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