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