Struct aws_sdk_macie2::types::builders::ServiceLimitBuilder
source · #[non_exhaustive]pub struct ServiceLimitBuilder { /* private fields */ }Expand description
A builder for ServiceLimit.
Implementations§
source§impl ServiceLimitBuilder
impl ServiceLimitBuilder
sourcepub fn is_service_limited(self, input: bool) -> Self
pub fn is_service_limited(self, input: bool) -> Self
Specifies whether the account has met the quota that corresponds to the metric specified by the UsageByAccount.type field in the response.
sourcepub fn set_is_service_limited(self, input: Option<bool>) -> Self
pub fn set_is_service_limited(self, input: Option<bool>) -> Self
Specifies whether the account has met the quota that corresponds to the metric specified by the UsageByAccount.type field in the response.
sourcepub fn unit(self, input: Unit) -> Self
pub fn unit(self, input: Unit) -> Self
The unit of measurement for the value specified by the value field.
sourcepub fn set_unit(self, input: Option<Unit>) -> Self
pub fn set_unit(self, input: Option<Unit>) -> Self
The unit of measurement for the value specified by the value field.
sourcepub fn value(self, input: i64) -> Self
pub fn value(self, input: i64) -> Self
The value for the metric specified by the UsageByAccount.type field in the response.
sourcepub fn set_value(self, input: Option<i64>) -> Self
pub fn set_value(self, input: Option<i64>) -> Self
The value for the metric specified by the UsageByAccount.type field in the response.
sourcepub fn build(self) -> ServiceLimit
pub fn build(self) -> ServiceLimit
Consumes the builder and constructs a ServiceLimit.
Trait Implementations§
source§impl Clone for ServiceLimitBuilder
impl Clone for ServiceLimitBuilder
source§fn clone(&self) -> ServiceLimitBuilder
fn clone(&self) -> ServiceLimitBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ServiceLimitBuilder
impl Debug for ServiceLimitBuilder
source§impl Default for ServiceLimitBuilder
impl Default for ServiceLimitBuilder
source§fn default() -> ServiceLimitBuilder
fn default() -> ServiceLimitBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ServiceLimitBuilder> for ServiceLimitBuilder
impl PartialEq<ServiceLimitBuilder> for ServiceLimitBuilder
source§fn eq(&self, other: &ServiceLimitBuilder) -> bool
fn eq(&self, other: &ServiceLimitBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ServiceLimitBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ServiceLimitBuilder
impl Send for ServiceLimitBuilder
impl Sync for ServiceLimitBuilder
impl Unpin for ServiceLimitBuilder
impl UnwindSafe for ServiceLimitBuilder
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
Mutably borrows from an owned value. Read more