Class CreateProjectRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.codecatalyst.transform.CreateProjectRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateProjectRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateProjectRequestMarshaller
extends Object
implements Marshaller<CreateProjectRequest>
CreateProjectRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateProjectRequest createProjectRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateProjectRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateProjectRequest>
- Parameters:
- createProjectRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-