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