SendApiAssetRequest

Types

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

Properties

Link copied to clipboard

Asset ID value for the API request.

Link copied to clipboard
val body: String?

The request body.

Link copied to clipboard

Data set ID value for the API request.

Link copied to clipboard

HTTP method value for the API request. Alternatively, you can use the appropriate verb in your request.

Link copied to clipboard
val path: String?

URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}.

Link copied to clipboard

Attach query string parameters to the end of the URI (for example, /v1/examplePath?exampleParam=exampleValue).

Link copied to clipboard

Any header value prefixed with x-amzn-dataexchange-header- will have that stripped before sending the Asset API request. Use this when you want to override a header that AWS Data Exchange uses. Alternatively, you can use the header without a prefix to the HTTP request.

Link copied to clipboard

Revision ID value for the API request.

Functions

Link copied to clipboard
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