#[non_exhaustive]pub struct CreateNetworkAnalyzerConfigurationInput { /* private fields */ }
Implementations§
source§impl CreateNetworkAnalyzerConfigurationInput
impl CreateNetworkAnalyzerConfigurationInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateNetworkAnalyzerConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateNetworkAnalyzerConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateNetworkAnalyzerConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNetworkAnalyzerConfigurationInput
.
source§impl CreateNetworkAnalyzerConfigurationInput
impl CreateNetworkAnalyzerConfigurationInput
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(&self) -> Option<&[String]>
pub fn wireless_devices(&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_gateways(&self) -> Option<&[String]>
pub fn wireless_gateways(&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 description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the new resource.
The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
Trait Implementations§
source§impl Clone for CreateNetworkAnalyzerConfigurationInput
impl Clone for CreateNetworkAnalyzerConfigurationInput
source§fn clone(&self) -> CreateNetworkAnalyzerConfigurationInput
fn clone(&self) -> CreateNetworkAnalyzerConfigurationInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateNetworkAnalyzerConfigurationInput> for CreateNetworkAnalyzerConfigurationInput
impl PartialEq<CreateNetworkAnalyzerConfigurationInput> for CreateNetworkAnalyzerConfigurationInput
source§fn eq(&self, other: &CreateNetworkAnalyzerConfigurationInput) -> bool
fn eq(&self, other: &CreateNetworkAnalyzerConfigurationInput) -> bool
self
and other
values to be equal, and is used
by ==
.