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