Class GetDataProtectionSettingsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.workspacesweb.transform.GetDataProtectionSettingsRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetDataProtectionSettingsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetDataProtectionSettingsRequest>- Parameters:
getDataProtectionSettingsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-