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