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