Struct aws_sdk_ec2::operation::delete_network_insights_analysis::builders::DeleteNetworkInsightsAnalysisOutputBuilder
source · #[non_exhaustive]pub struct DeleteNetworkInsightsAnalysisOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteNetworkInsightsAnalysisOutput
.
Implementations§
source§impl DeleteNetworkInsightsAnalysisOutputBuilder
impl DeleteNetworkInsightsAnalysisOutputBuilder
sourcepub fn network_insights_analysis_id(self, input: impl Into<String>) -> Self
pub fn network_insights_analysis_id(self, input: impl Into<String>) -> Self
The ID of the network insights analysis.
sourcepub fn set_network_insights_analysis_id(self, input: Option<String>) -> Self
pub fn set_network_insights_analysis_id(self, input: Option<String>) -> Self
The ID of the network insights analysis.
sourcepub fn get_network_insights_analysis_id(&self) -> &Option<String>
pub fn get_network_insights_analysis_id(&self) -> &Option<String>
The ID of the network insights analysis.
sourcepub fn build(self) -> DeleteNetworkInsightsAnalysisOutput
pub fn build(self) -> DeleteNetworkInsightsAnalysisOutput
Consumes the builder and constructs a DeleteNetworkInsightsAnalysisOutput
.
Trait Implementations§
source§impl Clone for DeleteNetworkInsightsAnalysisOutputBuilder
impl Clone for DeleteNetworkInsightsAnalysisOutputBuilder
source§fn clone(&self) -> DeleteNetworkInsightsAnalysisOutputBuilder
fn clone(&self) -> DeleteNetworkInsightsAnalysisOutputBuilder
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 DeleteNetworkInsightsAnalysisOutputBuilder
impl Default for DeleteNetworkInsightsAnalysisOutputBuilder
source§fn default() -> DeleteNetworkInsightsAnalysisOutputBuilder
fn default() -> DeleteNetworkInsightsAnalysisOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteNetworkInsightsAnalysisOutputBuilder> for DeleteNetworkInsightsAnalysisOutputBuilder
impl PartialEq<DeleteNetworkInsightsAnalysisOutputBuilder> for DeleteNetworkInsightsAnalysisOutputBuilder
source§fn eq(&self, other: &DeleteNetworkInsightsAnalysisOutputBuilder) -> bool
fn eq(&self, other: &DeleteNetworkInsightsAnalysisOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteNetworkInsightsAnalysisOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteNetworkInsightsAnalysisOutputBuilder
impl Send for DeleteNetworkInsightsAnalysisOutputBuilder
impl Sync for DeleteNetworkInsightsAnalysisOutputBuilder
impl Unpin for DeleteNetworkInsightsAnalysisOutputBuilder
impl UnwindSafe for DeleteNetworkInsightsAnalysisOutputBuilder
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