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