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