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 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 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<DescribeNetworkAclsOutputBuilder> for DescribeNetworkAclsOutputBuilder
impl PartialEq<DescribeNetworkAclsOutputBuilder> 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 ==.