Struct aws_sdk_iam::operation::get_group::builders::GetGroupOutputBuilder
source · #[non_exhaustive]pub struct GetGroupOutputBuilder { /* private fields */ }
Expand description
A builder for GetGroupOutput
.
Implementations§
source§impl GetGroupOutputBuilder
impl GetGroupOutputBuilder
sourcepub fn group(self, input: Group) -> Self
pub fn group(self, input: Group) -> Self
A structure that contains details about the group.
This field is required.sourcepub fn set_group(self, input: Option<Group>) -> Self
pub fn set_group(self, input: Option<Group>) -> Self
A structure that contains details about the group.
sourcepub fn users(self, input: User) -> Self
pub fn users(self, input: User) -> Self
Appends an item to users
.
To override the contents of this collection use set_users
.
A list of users in the group.
sourcepub fn is_truncated(self, input: bool) -> Self
pub fn is_truncated(self, input: bool) -> Self
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
sourcepub fn set_is_truncated(self, input: Option<bool>) -> Self
pub fn set_is_truncated(self, input: Option<bool>) -> Self
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
sourcepub fn get_is_truncated(&self) -> &Option<bool>
pub fn get_is_truncated(&self) -> &Option<bool>
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
sourcepub fn build(self) -> Result<GetGroupOutput, BuildError>
pub fn build(self) -> Result<GetGroupOutput, BuildError>
Consumes the builder and constructs a GetGroupOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetGroupOutputBuilder
impl Clone for GetGroupOutputBuilder
source§fn clone(&self) -> GetGroupOutputBuilder
fn clone(&self) -> GetGroupOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetGroupOutputBuilder
impl Debug for GetGroupOutputBuilder
source§impl Default for GetGroupOutputBuilder
impl Default for GetGroupOutputBuilder
source§fn default() -> GetGroupOutputBuilder
fn default() -> GetGroupOutputBuilder
source§impl PartialEq for GetGroupOutputBuilder
impl PartialEq for GetGroupOutputBuilder
source§fn eq(&self, other: &GetGroupOutputBuilder) -> bool
fn eq(&self, other: &GetGroupOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.