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