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