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