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