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