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