Class UpdateDataProtectionSettingsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.workspacesweb.transform.UpdateDataProtectionSettingsRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateDataProtectionSettingsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateDataProtectionSettingsRequest>- Parameters:
updateDataProtectionSettingsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-