Struct aws_sdk_storagegateway::operation::update_bandwidth_rate_limit::builders::UpdateBandwidthRateLimitOutputBuilder
source · #[non_exhaustive]pub struct UpdateBandwidthRateLimitOutputBuilder { /* private fields */ }Expand description
A builder for UpdateBandwidthRateLimitOutput.
Implementations§
source§impl UpdateBandwidthRateLimitOutputBuilder
impl UpdateBandwidthRateLimitOutputBuilder
sourcepub fn gateway_arn(self, input: impl Into<String>) -> Self
pub fn gateway_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn set_gateway_arn(self, input: Option<String>) -> Self
pub fn set_gateway_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn build(self) -> UpdateBandwidthRateLimitOutput
pub fn build(self) -> UpdateBandwidthRateLimitOutput
Consumes the builder and constructs a UpdateBandwidthRateLimitOutput.
Trait Implementations§
source§impl Clone for UpdateBandwidthRateLimitOutputBuilder
impl Clone for UpdateBandwidthRateLimitOutputBuilder
source§fn clone(&self) -> UpdateBandwidthRateLimitOutputBuilder
fn clone(&self) -> UpdateBandwidthRateLimitOutputBuilder
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 Default for UpdateBandwidthRateLimitOutputBuilder
impl Default for UpdateBandwidthRateLimitOutputBuilder
source§fn default() -> UpdateBandwidthRateLimitOutputBuilder
fn default() -> UpdateBandwidthRateLimitOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateBandwidthRateLimitOutputBuilder> for UpdateBandwidthRateLimitOutputBuilder
impl PartialEq<UpdateBandwidthRateLimitOutputBuilder> for UpdateBandwidthRateLimitOutputBuilder
source§fn eq(&self, other: &UpdateBandwidthRateLimitOutputBuilder) -> bool
fn eq(&self, other: &UpdateBandwidthRateLimitOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateBandwidthRateLimitOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateBandwidthRateLimitOutputBuilder
impl Send for UpdateBandwidthRateLimitOutputBuilder
impl Sync for UpdateBandwidthRateLimitOutputBuilder
impl Unpin for UpdateBandwidthRateLimitOutputBuilder
impl UnwindSafe for UpdateBandwidthRateLimitOutputBuilder
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