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