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