#[non_exhaustive]pub struct DescribeAcLsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeAcLsOutput
.
Implementations§
source§impl DescribeAcLsOutputBuilder
impl DescribeAcLsOutputBuilder
sourcepub fn ac_ls(self, input: Acl) -> Self
pub fn ac_ls(self, input: Acl) -> Self
Appends an item to ac_ls
.
To override the contents of this collection use set_ac_ls
.
The list of ACLs
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
sourcepub fn build(self) -> DescribeAcLsOutput
pub fn build(self) -> DescribeAcLsOutput
Consumes the builder and constructs a DescribeAcLsOutput
.
Trait Implementations§
source§impl Clone for DescribeAcLsOutputBuilder
impl Clone for DescribeAcLsOutputBuilder
source§fn clone(&self) -> DescribeAcLsOutputBuilder
fn clone(&self) -> DescribeAcLsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeAcLsOutputBuilder
impl Debug for DescribeAcLsOutputBuilder
source§impl Default for DescribeAcLsOutputBuilder
impl Default for DescribeAcLsOutputBuilder
source§fn default() -> DescribeAcLsOutputBuilder
fn default() -> DescribeAcLsOutputBuilder
source§impl PartialEq<DescribeAcLsOutputBuilder> for DescribeAcLsOutputBuilder
impl PartialEq<DescribeAcLsOutputBuilder> for DescribeAcLsOutputBuilder
source§fn eq(&self, other: &DescribeAcLsOutputBuilder) -> bool
fn eq(&self, other: &DescribeAcLsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.