#[non_exhaustive]pub struct UpdateNetworkAnalyzerConfigurationInput { /* private fields */ }
Implementations§
source§impl UpdateNetworkAnalyzerConfigurationInput
impl UpdateNetworkAnalyzerConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateNetworkAnalyzerConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateNetworkAnalyzerConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateNetworkAnalyzerConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateNetworkAnalyzerConfigurationInput
.
source§impl UpdateNetworkAnalyzerConfigurationInput
impl UpdateNetworkAnalyzerConfigurationInput
sourcepub fn configuration_name(&self) -> Option<&str>
pub fn configuration_name(&self) -> Option<&str>
Name of the network analyzer configuration.
sourcepub fn trace_content(&self) -> Option<&TraceContent>
pub fn trace_content(&self) -> Option<&TraceContent>
Trace content for your wireless gateway and wireless device resources.
sourcepub fn wireless_devices_to_add(&self) -> Option<&[String]>
pub fn wireless_devices_to_add(&self) -> Option<&[String]>
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
sourcepub fn wireless_devices_to_remove(&self) -> Option<&[String]>
pub fn wireless_devices_to_remove(&self) -> Option<&[String]>
Wireless device resources to remove from the network analyzer configuration. Provide the WirelessDeviceId
of the resources to remove in the input array.
sourcepub fn wireless_gateways_to_add(&self) -> Option<&[String]>
pub fn wireless_gateways_to_add(&self) -> Option<&[String]>
Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId
of the resource to add in the input array.
sourcepub fn wireless_gateways_to_remove(&self) -> Option<&[String]>
pub fn wireless_gateways_to_remove(&self) -> Option<&[String]>
Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId
of the resources to remove in the input array.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the new resource.
Trait Implementations§
source§impl Clone for UpdateNetworkAnalyzerConfigurationInput
impl Clone for UpdateNetworkAnalyzerConfigurationInput
source§fn clone(&self) -> UpdateNetworkAnalyzerConfigurationInput
fn clone(&self) -> UpdateNetworkAnalyzerConfigurationInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<UpdateNetworkAnalyzerConfigurationInput> for UpdateNetworkAnalyzerConfigurationInput
impl PartialEq<UpdateNetworkAnalyzerConfigurationInput> for UpdateNetworkAnalyzerConfigurationInput
source§fn eq(&self, other: &UpdateNetworkAnalyzerConfigurationInput) -> bool
fn eq(&self, other: &UpdateNetworkAnalyzerConfigurationInput) -> bool
self
and other
values to be equal, and is used
by ==
.