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