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