JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws.protocol

Interface ProtocolRequestMarshaller<OrigRequest>

  • Type Parameters:
    OrigRequest - Type of the original request object.
    All Superinterfaces:
    ProtocolMarshaller
    All Known Implementing Classes:
    JsonProtocolMarshaller, RpcV2CborProtocolMarshaller


    public interface ProtocolRequestMarshaller<OrigRequest>
    extends ProtocolMarshaller 
    Interface used by generated marshallers to transform a Java POJO in a Request object which represents an HTTP request.

    Example Usage:

     
     ProtocolRequestMarshaller<FooRequest> = createProtocolMarshaller(...);
     protocolMarshaller.startMarshalling();
     protocolMarshaller.marshall(obj, marshallingInfo);
     Request<FooRequest> marshalledRequest = protocolMarshaller.finishMarshalling();
     
     
    • Method Detail

      • finishMarshalling

        Request<OrigRequest> finishMarshalling()
        Finializes the marshalling and produces a Request object that can be sent for execution. Must be the last method called in the marshaller.
        Returns:
        Marshalled Request object.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /