Class CreateOdbPeeringConnectionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.odb.transform.CreateOdbPeeringConnectionRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateOdbPeeringConnectionRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateOdbPeeringConnectionRequest>
- Parameters:
createOdbPeeringConnectionRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-