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