Order

class Order

Information about an order.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The acknowledgement status of the order.

Link copied to clipboard

The creation time of the order.

Link copied to clipboard

The Amazon Resource Name (ARN) of the network associated with this order.

Link copied to clipboard

The Amazon Resource Name (ARN) of the network site associated with this order.

Link copied to clipboard

The Amazon Resource Name (ARN) of the order.

Link copied to clipboard

A list of the network resources placed in the order.

Link copied to clipboard

The shipping address of the order.

Link copied to clipboard

The tracking information of the order.

Functions

Link copied to clipboard
inline fun copy(block: Order.Builder.() -> Unit = {}): Order
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String