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