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