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