Class DeleteApplicationVersionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.elasticbeanstalk.transform.DeleteApplicationVersionRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DeleteApplicationVersionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteApplicationVersionRequestMarshaller
extends Object
implements Marshaller<DeleteApplicationVersionRequest>
DeleteApplicationVersionRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDeleteApplicationVersionRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteApplicationVersionRequest deleteApplicationVersionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteApplicationVersionRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteApplicationVersionRequest>
- Parameters:
- deleteApplicationVersionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-