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