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