Struct aws_sdk_iam::operation::get_account_authorization_details::builders::GetAccountAuthorizationDetailsOutputBuilder
source · #[non_exhaustive]pub struct GetAccountAuthorizationDetailsOutputBuilder { /* private fields */ }
Expand description
A builder for GetAccountAuthorizationDetailsOutput
.
Implementations§
source§impl GetAccountAuthorizationDetailsOutputBuilder
impl GetAccountAuthorizationDetailsOutputBuilder
sourcepub fn user_detail_list(self, input: UserDetail) -> Self
pub fn user_detail_list(self, input: UserDetail) -> Self
Appends an item to user_detail_list
.
To override the contents of this collection use set_user_detail_list
.
A list containing information about IAM users.
sourcepub fn set_user_detail_list(self, input: Option<Vec<UserDetail>>) -> Self
pub fn set_user_detail_list(self, input: Option<Vec<UserDetail>>) -> Self
A list containing information about IAM users.
sourcepub fn get_user_detail_list(&self) -> &Option<Vec<UserDetail>>
pub fn get_user_detail_list(&self) -> &Option<Vec<UserDetail>>
A list containing information about IAM users.
sourcepub fn group_detail_list(self, input: GroupDetail) -> Self
pub fn group_detail_list(self, input: GroupDetail) -> Self
Appends an item to group_detail_list
.
To override the contents of this collection use set_group_detail_list
.
A list containing information about IAM groups.
sourcepub fn set_group_detail_list(self, input: Option<Vec<GroupDetail>>) -> Self
pub fn set_group_detail_list(self, input: Option<Vec<GroupDetail>>) -> Self
A list containing information about IAM groups.
sourcepub fn get_group_detail_list(&self) -> &Option<Vec<GroupDetail>>
pub fn get_group_detail_list(&self) -> &Option<Vec<GroupDetail>>
A list containing information about IAM groups.
sourcepub fn role_detail_list(self, input: RoleDetail) -> Self
pub fn role_detail_list(self, input: RoleDetail) -> Self
Appends an item to role_detail_list
.
To override the contents of this collection use set_role_detail_list
.
A list containing information about IAM roles.
sourcepub fn set_role_detail_list(self, input: Option<Vec<RoleDetail>>) -> Self
pub fn set_role_detail_list(self, input: Option<Vec<RoleDetail>>) -> Self
A list containing information about IAM roles.
sourcepub fn get_role_detail_list(&self) -> &Option<Vec<RoleDetail>>
pub fn get_role_detail_list(&self) -> &Option<Vec<RoleDetail>>
A list containing information about IAM roles.
sourcepub fn policies(self, input: ManagedPolicyDetail) -> Self
pub fn policies(self, input: ManagedPolicyDetail) -> Self
Appends an item to policies
.
To override the contents of this collection use set_policies
.
A list containing information about managed policies.
sourcepub fn set_policies(self, input: Option<Vec<ManagedPolicyDetail>>) -> Self
pub fn set_policies(self, input: Option<Vec<ManagedPolicyDetail>>) -> Self
A list containing information about managed policies.
sourcepub fn get_policies(&self) -> &Option<Vec<ManagedPolicyDetail>>
pub fn get_policies(&self) -> &Option<Vec<ManagedPolicyDetail>>
A list containing information about managed policies.
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) -> GetAccountAuthorizationDetailsOutput
pub fn build(self) -> GetAccountAuthorizationDetailsOutput
Consumes the builder and constructs a GetAccountAuthorizationDetailsOutput
.
Trait Implementations§
source§impl Clone for GetAccountAuthorizationDetailsOutputBuilder
impl Clone for GetAccountAuthorizationDetailsOutputBuilder
source§fn clone(&self) -> GetAccountAuthorizationDetailsOutputBuilder
fn clone(&self) -> GetAccountAuthorizationDetailsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetAccountAuthorizationDetailsOutputBuilder
impl Default for GetAccountAuthorizationDetailsOutputBuilder
source§fn default() -> GetAccountAuthorizationDetailsOutputBuilder
fn default() -> GetAccountAuthorizationDetailsOutputBuilder
source§impl PartialEq for GetAccountAuthorizationDetailsOutputBuilder
impl PartialEq for GetAccountAuthorizationDetailsOutputBuilder
source§fn eq(&self, other: &GetAccountAuthorizationDetailsOutputBuilder) -> bool
fn eq(&self, other: &GetAccountAuthorizationDetailsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.