Struct aws_sdk_backupgateway::operation::get_bandwidth_rate_limit_schedule::builders::GetBandwidthRateLimitScheduleOutputBuilder
source · #[non_exhaustive]pub struct GetBandwidthRateLimitScheduleOutputBuilder { /* private fields */ }Expand description
A builder for GetBandwidthRateLimitScheduleOutput.
Implementations§
source§impl GetBandwidthRateLimitScheduleOutputBuilder
impl GetBandwidthRateLimitScheduleOutputBuilder
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 get_gateway_arn(&self) -> &Option<String>
pub fn get_gateway_arn(&self) -> &Option<String>
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 bandwidth_rate_limit_intervals(
self,
input: BandwidthRateLimitInterval
) -> Self
pub fn bandwidth_rate_limit_intervals( self, input: BandwidthRateLimitInterval ) -> Self
Appends an item to bandwidth_rate_limit_intervals.
To override the contents of this collection use set_bandwidth_rate_limit_intervals.
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
sourcepub fn set_bandwidth_rate_limit_intervals(
self,
input: Option<Vec<BandwidthRateLimitInterval>>
) -> Self
pub fn set_bandwidth_rate_limit_intervals( self, input: Option<Vec<BandwidthRateLimitInterval>> ) -> Self
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
sourcepub fn get_bandwidth_rate_limit_intervals(
&self
) -> &Option<Vec<BandwidthRateLimitInterval>>
pub fn get_bandwidth_rate_limit_intervals( &self ) -> &Option<Vec<BandwidthRateLimitInterval>>
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
sourcepub fn build(self) -> GetBandwidthRateLimitScheduleOutput
pub fn build(self) -> GetBandwidthRateLimitScheduleOutput
Consumes the builder and constructs a GetBandwidthRateLimitScheduleOutput.
Trait Implementations§
source§impl Clone for GetBandwidthRateLimitScheduleOutputBuilder
impl Clone for GetBandwidthRateLimitScheduleOutputBuilder
source§fn clone(&self) -> GetBandwidthRateLimitScheduleOutputBuilder
fn clone(&self) -> GetBandwidthRateLimitScheduleOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetBandwidthRateLimitScheduleOutputBuilder
impl Default for GetBandwidthRateLimitScheduleOutputBuilder
source§fn default() -> GetBandwidthRateLimitScheduleOutputBuilder
fn default() -> GetBandwidthRateLimitScheduleOutputBuilder
source§impl PartialEq for GetBandwidthRateLimitScheduleOutputBuilder
impl PartialEq for GetBandwidthRateLimitScheduleOutputBuilder
source§fn eq(&self, other: &GetBandwidthRateLimitScheduleOutputBuilder) -> bool
fn eq(&self, other: &GetBandwidthRateLimitScheduleOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.