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.
com.amazonaws.services.outposts.model

Class CreateOrderRequest

    • Constructor Detail

      • CreateOrderRequest

        public CreateOrderRequest()
    • Method Detail

      • setOutpostIdentifier

        public void setOutpostIdentifier(String outpostIdentifier)

        The ID or the Amazon Resource Name (ARN) of the Outpost.

        Parameters:
        outpostIdentifier - The ID or the Amazon Resource Name (ARN) of the Outpost.
      • getOutpostIdentifier

        public String getOutpostIdentifier()

        The ID or the Amazon Resource Name (ARN) of the Outpost.

        Returns:
        The ID or the Amazon Resource Name (ARN) of the Outpost.
      • withOutpostIdentifier

        public CreateOrderRequest withOutpostIdentifier(String outpostIdentifier)

        The ID or the Amazon Resource Name (ARN) of the Outpost.

        Parameters:
        outpostIdentifier - The ID or the Amazon Resource Name (ARN) of the Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getLineItems

        public List<LineItemRequest> getLineItems()

        The line items that make up the order.

        Returns:
        The line items that make up the order.
      • setLineItems

        public void setLineItems(Collection<LineItemRequest> lineItems)

        The line items that make up the order.

        Parameters:
        lineItems - The line items that make up the order.
      • withLineItems

        public CreateOrderRequest withLineItems(Collection<LineItemRequest> lineItems)

        The line items that make up the order.

        Parameters:
        lineItems - The line items that make up the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPaymentOption

        public void setPaymentOption(String paymentOption)

        The payment option.

        Parameters:
        paymentOption - The payment option.
        See Also:
        PaymentOption
      • getPaymentOption

        public String getPaymentOption()

        The payment option.

        Returns:
        The payment option.
        See Also:
        PaymentOption
      • withPaymentOption

        public CreateOrderRequest withPaymentOption(String paymentOption)

        The payment option.

        Parameters:
        paymentOption - The payment option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PaymentOption
      • withPaymentOption

        public CreateOrderRequest withPaymentOption(PaymentOption paymentOption)

        The payment option.

        Parameters:
        paymentOption - The payment option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PaymentOption
      • setPaymentTerm

        public void setPaymentTerm(String paymentTerm)

        The payment terms.

        Parameters:
        paymentTerm - The payment terms.
        See Also:
        PaymentTerm
      • getPaymentTerm

        public String getPaymentTerm()

        The payment terms.

        Returns:
        The payment terms.
        See Also:
        PaymentTerm
      • withPaymentTerm

        public CreateOrderRequest withPaymentTerm(String paymentTerm)

        The payment terms.

        Parameters:
        paymentTerm - The payment terms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PaymentTerm
      • withPaymentTerm

        public CreateOrderRequest withPaymentTerm(PaymentTerm paymentTerm)

        The payment terms.

        Parameters:
        paymentTerm - The payment terms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PaymentTerm
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

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