Struct aws_sdk_devicefarm::operation::create_network_profile::builders::CreateNetworkProfileInputBuilder
source · #[non_exhaustive]pub struct CreateNetworkProfileInputBuilder { /* private fields */ }
Expand description
A builder for CreateNetworkProfileInput
.
Implementations§
source§impl CreateNetworkProfileInputBuilder
impl CreateNetworkProfileInputBuilder
sourcepub fn project_arn(self, input: impl Into<String>) -> Self
pub fn project_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
This field is required.sourcepub fn set_project_arn(self, input: Option<String>) -> Self
pub fn set_project_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
sourcepub fn get_project_arn(&self) -> &Option<String>
pub fn get_project_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name for the new network profile.
This field is required.sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the network profile.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the network profile.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the network profile.
sourcepub fn type(self, input: NetworkProfileType) -> Self
pub fn type(self, input: NetworkProfileType) -> Self
The type of network profile to create. Valid values are listed here.
sourcepub fn set_type(self, input: Option<NetworkProfileType>) -> Self
pub fn set_type(self, input: Option<NetworkProfileType>) -> Self
The type of network profile to create. Valid values are listed here.
sourcepub fn get_type(&self) -> &Option<NetworkProfileType>
pub fn get_type(&self) -> &Option<NetworkProfileType>
The type of network profile to create. Valid values are listed here.
sourcepub fn uplink_bandwidth_bits(self, input: i64) -> Self
pub fn uplink_bandwidth_bits(self, input: i64) -> Self
The data throughput rate in bits per second, as an integer from 0 to 104857600.
sourcepub fn set_uplink_bandwidth_bits(self, input: Option<i64>) -> Self
pub fn set_uplink_bandwidth_bits(self, input: Option<i64>) -> Self
The data throughput rate in bits per second, as an integer from 0 to 104857600.
sourcepub fn get_uplink_bandwidth_bits(&self) -> &Option<i64>
pub fn get_uplink_bandwidth_bits(&self) -> &Option<i64>
The data throughput rate in bits per second, as an integer from 0 to 104857600.
sourcepub fn downlink_bandwidth_bits(self, input: i64) -> Self
pub fn downlink_bandwidth_bits(self, input: i64) -> Self
The data throughput rate in bits per second, as an integer from 0 to 104857600.
sourcepub fn set_downlink_bandwidth_bits(self, input: Option<i64>) -> Self
pub fn set_downlink_bandwidth_bits(self, input: Option<i64>) -> Self
The data throughput rate in bits per second, as an integer from 0 to 104857600.
sourcepub fn get_downlink_bandwidth_bits(&self) -> &Option<i64>
pub fn get_downlink_bandwidth_bits(&self) -> &Option<i64>
The data throughput rate in bits per second, as an integer from 0 to 104857600.
sourcepub fn uplink_delay_ms(self, input: i64) -> Self
pub fn uplink_delay_ms(self, input: i64) -> Self
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
sourcepub fn set_uplink_delay_ms(self, input: Option<i64>) -> Self
pub fn set_uplink_delay_ms(self, input: Option<i64>) -> Self
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
sourcepub fn get_uplink_delay_ms(&self) -> &Option<i64>
pub fn get_uplink_delay_ms(&self) -> &Option<i64>
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
sourcepub fn downlink_delay_ms(self, input: i64) -> Self
pub fn downlink_delay_ms(self, input: i64) -> Self
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
sourcepub fn set_downlink_delay_ms(self, input: Option<i64>) -> Self
pub fn set_downlink_delay_ms(self, input: Option<i64>) -> Self
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
sourcepub fn get_downlink_delay_ms(&self) -> &Option<i64>
pub fn get_downlink_delay_ms(&self) -> &Option<i64>
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
sourcepub fn uplink_jitter_ms(self, input: i64) -> Self
pub fn uplink_jitter_ms(self, input: i64) -> Self
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
sourcepub fn set_uplink_jitter_ms(self, input: Option<i64>) -> Self
pub fn set_uplink_jitter_ms(self, input: Option<i64>) -> Self
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
sourcepub fn get_uplink_jitter_ms(&self) -> &Option<i64>
pub fn get_uplink_jitter_ms(&self) -> &Option<i64>
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
sourcepub fn downlink_jitter_ms(self, input: i64) -> Self
pub fn downlink_jitter_ms(self, input: i64) -> Self
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
sourcepub fn set_downlink_jitter_ms(self, input: Option<i64>) -> Self
pub fn set_downlink_jitter_ms(self, input: Option<i64>) -> Self
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
sourcepub fn get_downlink_jitter_ms(&self) -> &Option<i64>
pub fn get_downlink_jitter_ms(&self) -> &Option<i64>
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
sourcepub fn uplink_loss_percent(self, input: i32) -> Self
pub fn uplink_loss_percent(self, input: i32) -> Self
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
sourcepub fn set_uplink_loss_percent(self, input: Option<i32>) -> Self
pub fn set_uplink_loss_percent(self, input: Option<i32>) -> Self
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
sourcepub fn get_uplink_loss_percent(&self) -> &Option<i32>
pub fn get_uplink_loss_percent(&self) -> &Option<i32>
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
sourcepub fn downlink_loss_percent(self, input: i32) -> Self
pub fn downlink_loss_percent(self, input: i32) -> Self
Proportion of received packets that fail to arrive from 0 to 100 percent.
sourcepub fn set_downlink_loss_percent(self, input: Option<i32>) -> Self
pub fn set_downlink_loss_percent(self, input: Option<i32>) -> Self
Proportion of received packets that fail to arrive from 0 to 100 percent.
sourcepub fn get_downlink_loss_percent(&self) -> &Option<i32>
pub fn get_downlink_loss_percent(&self) -> &Option<i32>
Proportion of received packets that fail to arrive from 0 to 100 percent.
sourcepub fn build(self) -> Result<CreateNetworkProfileInput, BuildError>
pub fn build(self) -> Result<CreateNetworkProfileInput, BuildError>
Consumes the builder and constructs a CreateNetworkProfileInput
.
source§impl CreateNetworkProfileInputBuilder
impl CreateNetworkProfileInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateNetworkProfileOutput, SdkError<CreateNetworkProfileError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateNetworkProfileOutput, SdkError<CreateNetworkProfileError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateNetworkProfileInputBuilder
impl Clone for CreateNetworkProfileInputBuilder
source§fn clone(&self) -> CreateNetworkProfileInputBuilder
fn clone(&self) -> CreateNetworkProfileInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateNetworkProfileInputBuilder
impl Default for CreateNetworkProfileInputBuilder
source§fn default() -> CreateNetworkProfileInputBuilder
fn default() -> CreateNetworkProfileInputBuilder
source§impl PartialEq for CreateNetworkProfileInputBuilder
impl PartialEq for CreateNetworkProfileInputBuilder
source§fn eq(&self, other: &CreateNetworkProfileInputBuilder) -> bool
fn eq(&self, other: &CreateNetworkProfileInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateNetworkProfileInputBuilder
Auto Trait Implementations§
impl Freeze for CreateNetworkProfileInputBuilder
impl RefUnwindSafe for CreateNetworkProfileInputBuilder
impl Send for CreateNetworkProfileInputBuilder
impl Sync for CreateNetworkProfileInputBuilder
impl Unpin for CreateNetworkProfileInputBuilder
impl UnwindSafe for CreateNetworkProfileInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more