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