Struct aws_sdk_s3::operation::list_bucket_analytics_configurations::builders::ListBucketAnalyticsConfigurationsOutputBuilder
source · #[non_exhaustive]pub struct ListBucketAnalyticsConfigurationsOutputBuilder { /* private fields */ }
Expand description
A builder for ListBucketAnalyticsConfigurationsOutput
.
Implementations§
source§impl ListBucketAnalyticsConfigurationsOutputBuilder
impl ListBucketAnalyticsConfigurationsOutputBuilder
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 marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.
sourcepub fn set_continuation_token(self, input: Option<String>) -> Self
pub fn set_continuation_token(self, input: Option<String>) -> Self
The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.
sourcepub fn get_continuation_token(&self) -> &Option<String>
pub fn get_continuation_token(&self) -> &Option<String>
The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.
sourcepub fn next_continuation_token(self, input: impl Into<String>) -> Self
pub fn next_continuation_token(self, input: impl Into<String>) -> Self
NextContinuationToken
is sent when isTruncated
is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken
. The token is obfuscated and is not a usable value.
sourcepub fn set_next_continuation_token(self, input: Option<String>) -> Self
pub fn set_next_continuation_token(self, input: Option<String>) -> Self
NextContinuationToken
is sent when isTruncated
is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken
. The token is obfuscated and is not a usable value.
sourcepub fn get_next_continuation_token(&self) -> &Option<String>
pub fn get_next_continuation_token(&self) -> &Option<String>
NextContinuationToken
is sent when isTruncated
is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken
. The token is obfuscated and is not a usable value.
sourcepub fn analytics_configuration_list(self, input: AnalyticsConfiguration) -> Self
pub fn analytics_configuration_list(self, input: AnalyticsConfiguration) -> Self
Appends an item to analytics_configuration_list
.
To override the contents of this collection use set_analytics_configuration_list
.
The list of analytics configurations for a bucket.
sourcepub fn set_analytics_configuration_list(
self,
input: Option<Vec<AnalyticsConfiguration>>,
) -> Self
pub fn set_analytics_configuration_list( self, input: Option<Vec<AnalyticsConfiguration>>, ) -> Self
The list of analytics configurations for a bucket.
sourcepub fn get_analytics_configuration_list(
&self,
) -> &Option<Vec<AnalyticsConfiguration>>
pub fn get_analytics_configuration_list( &self, ) -> &Option<Vec<AnalyticsConfiguration>>
The list of analytics configurations for a bucket.
sourcepub fn build(self) -> ListBucketAnalyticsConfigurationsOutput
pub fn build(self) -> ListBucketAnalyticsConfigurationsOutput
Consumes the builder and constructs a ListBucketAnalyticsConfigurationsOutput
.
Trait Implementations§
source§impl Clone for ListBucketAnalyticsConfigurationsOutputBuilder
impl Clone for ListBucketAnalyticsConfigurationsOutputBuilder
source§fn clone(&self) -> ListBucketAnalyticsConfigurationsOutputBuilder
fn clone(&self) -> ListBucketAnalyticsConfigurationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListBucketAnalyticsConfigurationsOutputBuilder
impl Default for ListBucketAnalyticsConfigurationsOutputBuilder
source§fn default() -> ListBucketAnalyticsConfigurationsOutputBuilder
fn default() -> ListBucketAnalyticsConfigurationsOutputBuilder
source§impl PartialEq for ListBucketAnalyticsConfigurationsOutputBuilder
impl PartialEq for ListBucketAnalyticsConfigurationsOutputBuilder
source§fn eq(&self, other: &ListBucketAnalyticsConfigurationsOutputBuilder) -> bool
fn eq(&self, other: &ListBucketAnalyticsConfigurationsOutputBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ListBucketAnalyticsConfigurationsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListBucketAnalyticsConfigurationsOutputBuilder
impl RefUnwindSafe for ListBucketAnalyticsConfigurationsOutputBuilder
impl Send for ListBucketAnalyticsConfigurationsOutputBuilder
impl Sync for ListBucketAnalyticsConfigurationsOutputBuilder
impl Unpin for ListBucketAnalyticsConfigurationsOutputBuilder
impl UnwindSafe for ListBucketAnalyticsConfigurationsOutputBuilder
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)