Class ListOdbNetworksRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.odb.transform.ListOdbNetworksRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListOdbNetworksRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListOdbNetworksRequest>- Parameters:
listOdbNetworksRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-