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