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