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