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