Class RemoveProfilePermissionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.signer.transform.RemoveProfilePermissionRequestMarshaller
- All Implemented Interfaces:
 Marshaller<RemoveProfilePermissionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<RemoveProfilePermissionRequest>- Parameters:
 removeProfilePermissionRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -