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