GetObjectResponse

Types

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

Properties

Link copied to clipboard

The bytes of the object.

Link copied to clipboard

An optional CacheControl header that allows the caller to control the object's cache behavior. Headers can be passed in as specified in the HTTP spec at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Link copied to clipboard

The length of the object in bytes.

Link copied to clipboard

The range of bytes to retrieve.

Link copied to clipboard

The content type of the object.

Link copied to clipboard
val eTag: String?

The ETag that represents a unique instance of the object.

Link copied to clipboard

The date and time that the object was last modified.

Link copied to clipboard

The HTML status code of the request. Status codes ranging from 200 to 299 indicate success. All other status codes indicate the type of error that occurred.

Functions

Link copied to clipboard
inline fun copy(block: GetObjectResponse.Builder.() -> Unit = {}): GetObjectResponse
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