#[non_exhaustive]
pub struct ListObjectVersionsOutputBuilder { /* private fields */ }
Expand description

A builder for ListObjectVersionsOutput.

Implementations§

source§

impl ListObjectVersionsOutputBuilder

source

pub fn is_truncated(self, input: bool) -> Self

A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request by using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.

source

pub fn set_is_truncated(self, input: Option<bool>) -> Self

A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request by using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.

source

pub fn get_is_truncated(&self) -> &Option<bool>

A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request by using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.

source

pub fn key_marker(self, input: impl Into<String>) -> Self

Marks the last key returned in a truncated response.

source

pub fn set_key_marker(self, input: Option<String>) -> Self

Marks the last key returned in a truncated response.

source

pub fn get_key_marker(&self) -> &Option<String>

Marks the last key returned in a truncated response.

source

pub fn version_id_marker(self, input: impl Into<String>) -> Self

Marks the last version of the key returned in a truncated response.

source

pub fn set_version_id_marker(self, input: Option<String>) -> Self

Marks the last version of the key returned in a truncated response.

source

pub fn get_version_id_marker(&self) -> &Option<String>

Marks the last version of the key returned in a truncated response.

source

pub fn next_key_marker(self, input: impl Into<String>) -> Self

When the number of responses exceeds the value of MaxKeys, NextKeyMarker specifies the first key not returned that satisfies the search criteria. Use this value for the key-marker request parameter in a subsequent request.

source

pub fn set_next_key_marker(self, input: Option<String>) -> Self

When the number of responses exceeds the value of MaxKeys, NextKeyMarker specifies the first key not returned that satisfies the search criteria. Use this value for the key-marker request parameter in a subsequent request.

source

pub fn get_next_key_marker(&self) -> &Option<String>

When the number of responses exceeds the value of MaxKeys, NextKeyMarker specifies the first key not returned that satisfies the search criteria. Use this value for the key-marker request parameter in a subsequent request.

source

pub fn next_version_id_marker(self, input: impl Into<String>) -> Self

When the number of responses exceeds the value of MaxKeys, NextVersionIdMarker specifies the first object version not returned that satisfies the search criteria. Use this value for the version-id-marker request parameter in a subsequent request.

source

pub fn set_next_version_id_marker(self, input: Option<String>) -> Self

When the number of responses exceeds the value of MaxKeys, NextVersionIdMarker specifies the first object version not returned that satisfies the search criteria. Use this value for the version-id-marker request parameter in a subsequent request.

source

pub fn get_next_version_id_marker(&self) -> &Option<String>

When the number of responses exceeds the value of MaxKeys, NextVersionIdMarker specifies the first object version not returned that satisfies the search criteria. Use this value for the version-id-marker request parameter in a subsequent request.

source

pub fn versions(self, input: ObjectVersion) -> Self

Appends an item to versions.

To override the contents of this collection use set_versions.

Container for version information.

source

pub fn set_versions(self, input: Option<Vec<ObjectVersion>>) -> Self

Container for version information.

source

pub fn get_versions(&self) -> &Option<Vec<ObjectVersion>>

Container for version information.

source

pub fn delete_markers(self, input: DeleteMarkerEntry) -> Self

Appends an item to delete_markers.

To override the contents of this collection use set_delete_markers.

Container for an object that is a delete marker.

source

pub fn set_delete_markers(self, input: Option<Vec<DeleteMarkerEntry>>) -> Self

Container for an object that is a delete marker.

source

pub fn get_delete_markers(&self) -> &Option<Vec<DeleteMarkerEntry>>

Container for an object that is a delete marker.

source

pub fn name(self, input: impl Into<String>) -> Self

The bucket name.

source

pub fn set_name(self, input: Option<String>) -> Self

The bucket name.

source

pub fn get_name(&self) -> &Option<String>

The bucket name.

source

pub fn prefix(self, input: impl Into<String>) -> Self

Selects objects that start with the value supplied by this parameter.

source

pub fn set_prefix(self, input: Option<String>) -> Self

Selects objects that start with the value supplied by this parameter.

source

pub fn get_prefix(&self) -> &Option<String>

Selects objects that start with the value supplied by this parameter.

source

pub fn delimiter(self, input: impl Into<String>) -> Self

The delimiter grouping the included keys. A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in CommonPrefixes. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response.

source

pub fn set_delimiter(self, input: Option<String>) -> Self

The delimiter grouping the included keys. A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in CommonPrefixes. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response.

source

pub fn get_delimiter(&self) -> &Option<String>

The delimiter grouping the included keys. A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in CommonPrefixes. These groups are counted as one result against the max-keys limitation. These keys are not returned elsewhere in the response.

source

pub fn max_keys(self, input: i32) -> Self

Specifies the maximum number of objects to return.

source

pub fn set_max_keys(self, input: Option<i32>) -> Self

Specifies the maximum number of objects to return.

source

pub fn get_max_keys(&self) -> &Option<i32>

Specifies the maximum number of objects to return.

source

pub fn common_prefixes(self, input: CommonPrefix) -> Self

Appends an item to common_prefixes.

To override the contents of this collection use set_common_prefixes.

All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.

source

pub fn set_common_prefixes(self, input: Option<Vec<CommonPrefix>>) -> Self

All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.

source

pub fn get_common_prefixes(&self) -> &Option<Vec<CommonPrefix>>

All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.

source

pub fn encoding_type(self, input: EncodingType) -> Self

Encoding type used by Amazon S3 to encode object key names in the XML response.

If you specify the encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

KeyMarker, NextKeyMarker, Prefix, Key, and Delimiter.

source

pub fn set_encoding_type(self, input: Option<EncodingType>) -> Self

Encoding type used by Amazon S3 to encode object key names in the XML response.

If you specify the encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

KeyMarker, NextKeyMarker, Prefix, Key, and Delimiter.

source

pub fn get_encoding_type(&self) -> &Option<EncodingType>

Encoding type used by Amazon S3 to encode object key names in the XML response.

If you specify the encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:

KeyMarker, NextKeyMarker, Prefix, Key, and Delimiter.

source

pub fn request_charged(self, input: RequestCharged) -> Self

If present, indicates that the requester was successfully charged for the request.

This functionality is not supported for directory buckets.

source

pub fn set_request_charged(self, input: Option<RequestCharged>) -> Self

If present, indicates that the requester was successfully charged for the request.

This functionality is not supported for directory buckets.

source

pub fn get_request_charged(&self) -> &Option<RequestCharged>

If present, indicates that the requester was successfully charged for the request.

This functionality is not supported for directory buckets.

source

pub fn build(self) -> ListObjectVersionsOutput

Consumes the builder and constructs a ListObjectVersionsOutput.

Trait Implementations§

source§

impl Clone for ListObjectVersionsOutputBuilder

source§

fn clone(&self) -> ListObjectVersionsOutputBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ListObjectVersionsOutputBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ListObjectVersionsOutputBuilder

source§

fn default() -> ListObjectVersionsOutputBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for ListObjectVersionsOutputBuilder

source§

fn eq(&self, other: &ListObjectVersionsOutputBuilder) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for ListObjectVersionsOutputBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

source§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more