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