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