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