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