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 Summary
ConstructorsConstructorDescriptionCreateDataProtectionSettingsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateDataProtectionSettingsRequest createDataProtectionSettingsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CreateDataProtectionSettingsRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(CreateDataProtectionSettingsRequest createDataProtectionSettingsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateDataProtectionSettingsRequest>- Parameters:
createDataProtectionSettingsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-