Struct aws_sdk_ec2::operation::describe_network_acls::builders::DescribeNetworkAclsOutputBuilder
source · #[non_exhaustive]pub struct DescribeNetworkAclsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeNetworkAclsOutput
.
Implementations§
source§impl DescribeNetworkAclsOutputBuilder
impl DescribeNetworkAclsOutputBuilder
sourcepub fn network_acls(self, input: NetworkAcl) -> Self
pub fn network_acls(self, input: NetworkAcl) -> Self
Appends an item to network_acls
.
To override the contents of this collection use set_network_acls
.
Information about one or more network ACLs.
sourcepub fn set_network_acls(self, input: Option<Vec<NetworkAcl>>) -> Self
pub fn set_network_acls(self, input: Option<Vec<NetworkAcl>>) -> Self
Information about one or more network ACLs.
sourcepub fn get_network_acls(&self) -> &Option<Vec<NetworkAcl>>
pub fn get_network_acls(&self) -> &Option<Vec<NetworkAcl>>
Information about one or more network ACLs.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to include in another request to get the next page of items. This value is null
when there are no more items to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to include in another request to get the next page of items. This value is null
when there are no more items to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to include in another request to get the next page of items. This value is null
when there are no more items to return.
sourcepub fn build(self) -> DescribeNetworkAclsOutput
pub fn build(self) -> DescribeNetworkAclsOutput
Consumes the builder and constructs a DescribeNetworkAclsOutput
.
Trait Implementations§
source§impl Clone for DescribeNetworkAclsOutputBuilder
impl Clone for DescribeNetworkAclsOutputBuilder
source§fn clone(&self) -> DescribeNetworkAclsOutputBuilder
fn clone(&self) -> DescribeNetworkAclsOutputBuilder
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 DescribeNetworkAclsOutputBuilder
impl Default for DescribeNetworkAclsOutputBuilder
source§fn default() -> DescribeNetworkAclsOutputBuilder
fn default() -> DescribeNetworkAclsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeNetworkAclsOutputBuilder
impl PartialEq for DescribeNetworkAclsOutputBuilder
source§fn eq(&self, other: &DescribeNetworkAclsOutputBuilder) -> bool
fn eq(&self, other: &DescribeNetworkAclsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeNetworkAclsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeNetworkAclsOutputBuilder
impl Send for DescribeNetworkAclsOutputBuilder
impl Sync for DescribeNetworkAclsOutputBuilder
impl Unpin for DescribeNetworkAclsOutputBuilder
impl UnwindSafe for DescribeNetworkAclsOutputBuilder
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
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>
Creates a shared type from an unshared type.