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 SummaryConstructorsConstructorDescriptionCreateOdbNetworkRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateOdbNetworkRequest createOdbNetworkRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateOdbNetworkRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateOdbNetworkRequest>
- Parameters:
- createOdbNetworkRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-