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