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