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