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