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