#[non_exhaustive]pub struct ResourceQuotaBuilder { /* private fields */ }
Expand description
A builder for ResourceQuota
.
Implementations§
source§impl ResourceQuotaBuilder
impl ResourceQuotaBuilder
sourcepub fn maximum(self, input: i32) -> Self
pub fn maximum(self, input: i32) -> Self
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
sourcepub fn set_maximum(self, input: Option<i32>) -> Self
pub fn set_maximum(self, input: Option<i32>) -> Self
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
sourcepub fn get_maximum(&self) -> &Option<i32>
pub fn get_maximum(&self) -> &Option<i32>
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
sourcepub fn build(self) -> ResourceQuota
pub fn build(self) -> ResourceQuota
Consumes the builder and constructs a ResourceQuota
.
Trait Implementations§
source§impl Clone for ResourceQuotaBuilder
impl Clone for ResourceQuotaBuilder
source§fn clone(&self) -> ResourceQuotaBuilder
fn clone(&self) -> ResourceQuotaBuilder
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 ResourceQuotaBuilder
impl Debug for ResourceQuotaBuilder
source§impl Default for ResourceQuotaBuilder
impl Default for ResourceQuotaBuilder
source§fn default() -> ResourceQuotaBuilder
fn default() -> ResourceQuotaBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ResourceQuotaBuilder> for ResourceQuotaBuilder
impl PartialEq<ResourceQuotaBuilder> for ResourceQuotaBuilder
source§fn eq(&self, other: &ResourceQuotaBuilder) -> bool
fn eq(&self, other: &ResourceQuotaBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResourceQuotaBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ResourceQuotaBuilder
impl Send for ResourceQuotaBuilder
impl Sync for ResourceQuotaBuilder
impl Unpin for ResourceQuotaBuilder
impl UnwindSafe for ResourceQuotaBuilder
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