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