#[non_exhaustive]pub struct ListBucketIntelligentTieringConfigurationsOutputBuilder { /* private fields */ }
Expand description
A builder for ListBucketIntelligentTieringConfigurationsOutput
.
Implementations§
source§impl ListBucketIntelligentTieringConfigurationsOutputBuilder
impl ListBucketIntelligentTieringConfigurationsOutputBuilder
sourcepub fn is_truncated(self, input: bool) -> Self
pub fn is_truncated(self, input: bool) -> Self
Indicates whether the returned list of analytics configurations is complete. A value of true
indicates that the list is not complete and the NextContinuationToken
will be provided for a subsequent request.
sourcepub fn set_is_truncated(self, input: Option<bool>) -> Self
pub fn set_is_truncated(self, input: Option<bool>) -> Self
Indicates whether the returned list of analytics configurations is complete. A value of true
indicates that the list is not complete and the NextContinuationToken
will be provided for a subsequent request.
sourcepub fn get_is_truncated(&self) -> &Option<bool>
pub fn get_is_truncated(&self) -> &Option<bool>
Indicates whether the returned list of analytics configurations is complete. A value of true
indicates that the list is not complete and the NextContinuationToken
will be provided for a subsequent request.
sourcepub fn continuation_token(self, input: impl Into<String>) -> Self
pub fn continuation_token(self, input: impl Into<String>) -> Self
The ContinuationToken
that represents a placeholder from where this request should begin.
sourcepub fn set_continuation_token(self, input: Option<String>) -> Self
pub fn set_continuation_token(self, input: Option<String>) -> Self
The ContinuationToken
that represents a placeholder from where this request should begin.
sourcepub fn get_continuation_token(&self) -> &Option<String>
pub fn get_continuation_token(&self) -> &Option<String>
The ContinuationToken
that represents a placeholder from where this request should begin.
sourcepub fn next_continuation_token(self, input: impl Into<String>) -> Self
pub fn next_continuation_token(self, input: impl Into<String>) -> Self
The marker used to continue this inventory configuration listing. Use the NextContinuationToken
from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.
sourcepub fn set_next_continuation_token(self, input: Option<String>) -> Self
pub fn set_next_continuation_token(self, input: Option<String>) -> Self
The marker used to continue this inventory configuration listing. Use the NextContinuationToken
from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.
sourcepub fn get_next_continuation_token(&self) -> &Option<String>
pub fn get_next_continuation_token(&self) -> &Option<String>
The marker used to continue this inventory configuration listing. Use the NextContinuationToken
from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.
sourcepub fn intelligent_tiering_configuration_list(
self,
input: IntelligentTieringConfiguration,
) -> Self
pub fn intelligent_tiering_configuration_list( self, input: IntelligentTieringConfiguration, ) -> Self
Appends an item to intelligent_tiering_configuration_list
.
To override the contents of this collection use set_intelligent_tiering_configuration_list
.
The list of S3 Intelligent-Tiering configurations for a bucket.
sourcepub fn set_intelligent_tiering_configuration_list(
self,
input: Option<Vec<IntelligentTieringConfiguration>>,
) -> Self
pub fn set_intelligent_tiering_configuration_list( self, input: Option<Vec<IntelligentTieringConfiguration>>, ) -> Self
The list of S3 Intelligent-Tiering configurations for a bucket.
sourcepub fn get_intelligent_tiering_configuration_list(
&self,
) -> &Option<Vec<IntelligentTieringConfiguration>>
pub fn get_intelligent_tiering_configuration_list( &self, ) -> &Option<Vec<IntelligentTieringConfiguration>>
The list of S3 Intelligent-Tiering configurations for a bucket.
sourcepub fn build(self) -> ListBucketIntelligentTieringConfigurationsOutput
pub fn build(self) -> ListBucketIntelligentTieringConfigurationsOutput
Consumes the builder and constructs a ListBucketIntelligentTieringConfigurationsOutput
.
Trait Implementations§
source§impl Clone for ListBucketIntelligentTieringConfigurationsOutputBuilder
impl Clone for ListBucketIntelligentTieringConfigurationsOutputBuilder
source§fn clone(&self) -> ListBucketIntelligentTieringConfigurationsOutputBuilder
fn clone(&self) -> ListBucketIntelligentTieringConfigurationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListBucketIntelligentTieringConfigurationsOutputBuilder
impl Default for ListBucketIntelligentTieringConfigurationsOutputBuilder
source§fn default() -> ListBucketIntelligentTieringConfigurationsOutputBuilder
fn default() -> ListBucketIntelligentTieringConfigurationsOutputBuilder
source§impl PartialEq for ListBucketIntelligentTieringConfigurationsOutputBuilder
impl PartialEq for ListBucketIntelligentTieringConfigurationsOutputBuilder
source§fn eq(
&self,
other: &ListBucketIntelligentTieringConfigurationsOutputBuilder,
) -> bool
fn eq( &self, other: &ListBucketIntelligentTieringConfigurationsOutputBuilder, ) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ListBucketIntelligentTieringConfigurationsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListBucketIntelligentTieringConfigurationsOutputBuilder
impl RefUnwindSafe for ListBucketIntelligentTieringConfigurationsOutputBuilder
impl Send for ListBucketIntelligentTieringConfigurationsOutputBuilder
impl Sync for ListBucketIntelligentTieringConfigurationsOutputBuilder
impl Unpin for ListBucketIntelligentTieringConfigurationsOutputBuilder
impl UnwindSafe for ListBucketIntelligentTieringConfigurationsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more