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