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