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