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