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