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 SummaryConstructorsConstructorDescriptionDeleteOdbPeeringConnectionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteOdbPeeringConnectionRequest deleteOdbPeeringConnectionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteOdbPeeringConnectionRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(DeleteOdbPeeringConnectionRequest deleteOdbPeeringConnectionRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteOdbPeeringConnectionRequest>
- Parameters:
- deleteOdbPeeringConnectionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-