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