Struct aws_sdk_macie2::model::service_limit::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for ServiceLimit
.
Implementations
sourceimpl Builder
impl Builder
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
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more