/AWS1/CL_MDDDESCROBJECTRSP¶
DescribeObjectResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_etag TYPE /AWS1/MDDETAG /AWS1/MDDETAG¶
The ETag that represents a unique instance of the object.
iv_contenttype TYPE /AWS1/MDDCONTENTTYPE /AWS1/MDDCONTENTTYPE¶
The content type of the object.
iv_contentlength TYPE /AWS1/MDDNONNEGATIVELONG /AWS1/MDDNONNEGATIVELONG¶
The length of the object in bytes.
iv_cachecontrol TYPE /AWS1/MDDSTRINGPRIMITIVE /AWS1/MDDSTRINGPRIMITIVE¶
An optional
CacheControlheader that allows the caller to control the object's cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.Headers with a custom user-defined value are also accepted.
iv_lastmodified TYPE /AWS1/MDDTIMESTAMP /AWS1/MDDTIMESTAMP¶
The date and time that the object was last modified.
Queryable Attributes¶
ETag¶
The ETag that represents a unique instance of the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG has a value |
ContentType¶
The content type of the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
ContentLength¶
The length of the object in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTLENGTH() |
Getter for CONTENTLENGTH, with configurable default |
ASK_CONTENTLENGTH() |
Getter for CONTENTLENGTH w/ exceptions if field has no value |
HAS_CONTENTLENGTH() |
Determine if CONTENTLENGTH has a value |
CacheControl¶
An optional
CacheControlheader that allows the caller to control the object's cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.Headers with a custom user-defined value are also accepted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CACHECONTROL() |
Getter for CACHECONTROL, with configurable default |
ASK_CACHECONTROL() |
Getter for CACHECONTROL w/ exceptions if field has no value |
HAS_CACHECONTROL() |
Determine if CACHECONTROL has a value |
LastModified¶
The date and time that the object was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIED() |
Getter for LASTMODIFIED, with configurable default |
ASK_LASTMODIFIED() |
Getter for LASTMODIFIED w/ exceptions if field has no value |
HAS_LASTMODIFIED() |
Determine if LASTMODIFIED has a value |