/AWS1/CL_S3_LISTOBJANNOTSOUT¶
ListObjectAnnotationsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_annotations TYPE /AWS1/CL_S3_ANNOTATIONENTRY=>TT_ANNOTATIONLIST TT_ANNOTATIONLIST¶
The list of annotations attached to the object.
iv_bucket TYPE /AWS1/S3_BUCKETNAME /AWS1/S3_BUCKETNAME¶
The bucket name.
iv_key TYPE /AWS1/S3_OBJECTKEY /AWS1/S3_OBJECTKEY¶
The object key.
iv_objectversionid TYPE /AWS1/S3_OBJECTVERSIONID /AWS1/S3_OBJECTVERSIONID¶
The version ID of the object.
iv_annotationprefix TYPE /AWS1/S3_ANNOTATIONPREFIX /AWS1/S3_ANNOTATIONPREFIX¶
The prefix used to filter the response.
iv_maxannotationresults TYPE /AWS1/S3_MAXANNOTATIONRESULTS /AWS1/S3_MAXANNOTATIONRESULTS¶
The maximum number of annotations returned in the response.
iv_annotationcount TYPE /AWS1/S3_ANNOTATIONCOUNT /AWS1/S3_ANNOTATIONCOUNT¶
The number of annotations returned.
iv_continuationtoken TYPE /AWS1/S3_TOKEN /AWS1/S3_TOKEN¶
The continuation token used in this request.
iv_nextcontinuationtoken TYPE /AWS1/S3_NEXTTOKEN /AWS1/S3_NEXTTOKEN¶
The continuation token to use to retrieve the next page of results.
iv_requestcharged TYPE /AWS1/S3_REQUESTCHARGED /AWS1/S3_REQUESTCHARGED¶
If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.
This functionality is not supported for directory buckets.
Queryable Attributes¶
Annotations¶
The list of annotations attached to the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANNOTATIONS() |
Getter for ANNOTATIONS, with configurable default |
ASK_ANNOTATIONS() |
Getter for ANNOTATIONS w/ exceptions if field has no value |
HAS_ANNOTATIONS() |
Determine if ANNOTATIONS has a value |
Bucket¶
The bucket name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKET() |
Getter for BUCKET, with configurable default |
ASK_BUCKET() |
Getter for BUCKET w/ exceptions if field has no value |
HAS_BUCKET() |
Determine if BUCKET has a value |
Key¶
The object key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
ObjectVersionId¶
The version ID of the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTVERSIONID() |
Getter for OBJECTVERSIONID, with configurable default |
ASK_OBJECTVERSIONID() |
Getter for OBJECTVERSIONID w/ exceptions if field has no val |
HAS_OBJECTVERSIONID() |
Determine if OBJECTVERSIONID has a value |
AnnotationPrefix¶
The prefix used to filter the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANNOTATIONPREFIX() |
Getter for ANNOTATIONPREFIX, with configurable default |
ASK_ANNOTATIONPREFIX() |
Getter for ANNOTATIONPREFIX w/ exceptions if field has no va |
HAS_ANNOTATIONPREFIX() |
Determine if ANNOTATIONPREFIX has a value |
MaxAnnotationResults¶
The maximum number of annotations returned in the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXANNOTATIONRESULTS() |
Getter for MAXANNOTATIONRESULTS, with configurable default |
ASK_MAXANNOTATIONRESULTS() |
Getter for MAXANNOTATIONRESULTS w/ exceptions if field has n |
HAS_MAXANNOTATIONRESULTS() |
Determine if MAXANNOTATIONRESULTS has a value |
AnnotationCount¶
The number of annotations returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANNOTATIONCOUNT() |
Getter for ANNOTATIONCOUNT, with configurable default |
ASK_ANNOTATIONCOUNT() |
Getter for ANNOTATIONCOUNT w/ exceptions if field has no val |
HAS_ANNOTATIONCOUNT() |
Determine if ANNOTATIONCOUNT has a value |
ContinuationToken¶
The continuation token used in this request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTINUATIONTOKEN() |
Getter for CONTINUATIONTOKEN, with configurable default |
ASK_CONTINUATIONTOKEN() |
Getter for CONTINUATIONTOKEN w/ exceptions if field has no v |
HAS_CONTINUATIONTOKEN() |
Determine if CONTINUATIONTOKEN has a value |
NextContinuationToken¶
The continuation token to use to retrieve the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTCONTINUATIONTOKEN() |
Getter for NEXTCONTINUATIONTOKEN, with configurable default |
ASK_NEXTCONTINUATIONTOKEN() |
Getter for NEXTCONTINUATIONTOKEN w/ exceptions if field has |
HAS_NEXTCONTINUATIONTOKEN() |
Determine if NEXTCONTINUATIONTOKEN has a value |
RequestCharged¶
If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.
This functionality is not supported for directory buckets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTCHARGED() |
Getter for REQUESTCHARGED, with configurable default |
ASK_REQUESTCHARGED() |
Getter for REQUESTCHARGED w/ exceptions if field has no valu |
HAS_REQUESTCHARGED() |
Determine if REQUESTCHARGED has a value |