Class DeleteMailboxPermissionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.workmail.transform.DeleteMailboxPermissionsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DeleteMailboxPermissionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteMailboxPermissionsRequestMarshaller
extends Object
implements Marshaller<DeleteMailboxPermissionsRequest>
DeleteMailboxPermissionsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDeleteMailboxPermissionsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteMailboxPermissionsRequest deleteMailboxPermissionsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteMailboxPermissionsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteMailboxPermissionsRequest>
- Parameters:
- deleteMailboxPermissionsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-