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