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