Struct aws_sdk_workdocs::operation::describe_resource_permissions::builders::DescribeResourcePermissionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeResourcePermissionsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeResourcePermissionsOutput
.
Implementations§
source§impl DescribeResourcePermissionsOutputBuilder
impl DescribeResourcePermissionsOutputBuilder
sourcepub fn principals(self, input: Principal) -> Self
pub fn principals(self, input: Principal) -> Self
Appends an item to principals
.
To override the contents of this collection use set_principals
.
The principals.
sourcepub fn set_principals(self, input: Option<Vec<Principal>>) -> Self
pub fn set_principals(self, input: Option<Vec<Principal>>) -> Self
The principals.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn build(self) -> DescribeResourcePermissionsOutput
pub fn build(self) -> DescribeResourcePermissionsOutput
Consumes the builder and constructs a DescribeResourcePermissionsOutput
.
Trait Implementations§
source§impl Clone for DescribeResourcePermissionsOutputBuilder
impl Clone for DescribeResourcePermissionsOutputBuilder
source§fn clone(&self) -> DescribeResourcePermissionsOutputBuilder
fn clone(&self) -> DescribeResourcePermissionsOutputBuilder
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 DescribeResourcePermissionsOutputBuilder
impl Default for DescribeResourcePermissionsOutputBuilder
source§fn default() -> DescribeResourcePermissionsOutputBuilder
fn default() -> DescribeResourcePermissionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeResourcePermissionsOutputBuilder> for DescribeResourcePermissionsOutputBuilder
impl PartialEq<DescribeResourcePermissionsOutputBuilder> for DescribeResourcePermissionsOutputBuilder
source§fn eq(&self, other: &DescribeResourcePermissionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeResourcePermissionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.