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