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