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