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