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