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