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