Struct aws_sdk_s3::operation::list_bucket_metrics_configurations::builders::ListBucketMetricsConfigurationsOutputBuilder
source · #[non_exhaustive]pub struct ListBucketMetricsConfigurationsOutputBuilder { /* private fields */ }
Expand description
A builder for ListBucketMetricsConfigurationsOutput
.
Implementations§
source§impl ListBucketMetricsConfigurationsOutputBuilder
impl ListBucketMetricsConfigurationsOutputBuilder
sourcepub fn is_truncated(self, input: bool) -> Self
pub fn is_truncated(self, input: bool) -> Self
Indicates whether the returned list of metrics 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 metrics 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 metrics 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 metrics 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 metrics 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 metrics 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
The marker used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken
from a previously truncated list response to continue the listing. 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 a metrics configuration listing that has been truncated. Use the NextContinuationToken
from a previously truncated list response to continue the listing. 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 a metrics configuration listing that has been truncated. Use the NextContinuationToken
from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.
sourcepub fn metrics_configuration_list(self, input: MetricsConfiguration) -> Self
pub fn metrics_configuration_list(self, input: MetricsConfiguration) -> Self
Appends an item to metrics_configuration_list
.
To override the contents of this collection use set_metrics_configuration_list
.
The list of metrics configurations for a bucket.
sourcepub fn set_metrics_configuration_list(
self,
input: Option<Vec<MetricsConfiguration>>,
) -> Self
pub fn set_metrics_configuration_list( self, input: Option<Vec<MetricsConfiguration>>, ) -> Self
The list of metrics configurations for a bucket.
sourcepub fn get_metrics_configuration_list(
&self,
) -> &Option<Vec<MetricsConfiguration>>
pub fn get_metrics_configuration_list( &self, ) -> &Option<Vec<MetricsConfiguration>>
The list of metrics configurations for a bucket.
sourcepub fn build(self) -> ListBucketMetricsConfigurationsOutput
pub fn build(self) -> ListBucketMetricsConfigurationsOutput
Consumes the builder and constructs a ListBucketMetricsConfigurationsOutput
.
Trait Implementations§
source§impl Clone for ListBucketMetricsConfigurationsOutputBuilder
impl Clone for ListBucketMetricsConfigurationsOutputBuilder
source§fn clone(&self) -> ListBucketMetricsConfigurationsOutputBuilder
fn clone(&self) -> ListBucketMetricsConfigurationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListBucketMetricsConfigurationsOutputBuilder
impl Default for ListBucketMetricsConfigurationsOutputBuilder
source§fn default() -> ListBucketMetricsConfigurationsOutputBuilder
fn default() -> ListBucketMetricsConfigurationsOutputBuilder
source§impl PartialEq for ListBucketMetricsConfigurationsOutputBuilder
impl PartialEq for ListBucketMetricsConfigurationsOutputBuilder
source§fn eq(&self, other: &ListBucketMetricsConfigurationsOutputBuilder) -> bool
fn eq(&self, other: &ListBucketMetricsConfigurationsOutputBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ListBucketMetricsConfigurationsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListBucketMetricsConfigurationsOutputBuilder
impl RefUnwindSafe for ListBucketMetricsConfigurationsOutputBuilder
impl Send for ListBucketMetricsConfigurationsOutputBuilder
impl Sync for ListBucketMetricsConfigurationsOutputBuilder
impl Unpin for ListBucketMetricsConfigurationsOutputBuilder
impl UnwindSafe for ListBucketMetricsConfigurationsOutputBuilder
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
)