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