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