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