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