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