Class StartDevEnvironmentSessionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.codecatalyst.transform.StartDevEnvironmentSessionRequestMarshaller
- All Implemented Interfaces:
- Marshaller<StartDevEnvironmentSessionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class StartDevEnvironmentSessionRequestMarshaller
extends Object
implements Marshaller<StartDevEnvironmentSessionRequest>
StartDevEnvironmentSessionRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionStartDevEnvironmentSessionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(StartDevEnvironmentSessionRequest startDevEnvironmentSessionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
StartDevEnvironmentSessionRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(StartDevEnvironmentSessionRequest startDevEnvironmentSessionRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<StartDevEnvironmentSessionRequest>
- Parameters:
- startDevEnvironmentSessionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-