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