Struct aws_sdk_quicksight::operation::update_iam_policy_assignment::builders::UpdateIamPolicyAssignmentOutputBuilder
source · #[non_exhaustive]pub struct UpdateIamPolicyAssignmentOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateIamPolicyAssignmentOutput
.
Implementations§
source§impl UpdateIamPolicyAssignmentOutputBuilder
impl UpdateIamPolicyAssignmentOutputBuilder
sourcepub fn assignment_name(self, input: impl Into<String>) -> Self
pub fn assignment_name(self, input: impl Into<String>) -> Self
The name of the assignment or rule.
sourcepub fn set_assignment_name(self, input: Option<String>) -> Self
pub fn set_assignment_name(self, input: Option<String>) -> Self
The name of the assignment or rule.
sourcepub fn get_assignment_name(&self) -> &Option<String>
pub fn get_assignment_name(&self) -> &Option<String>
The name of the assignment or rule.
sourcepub fn assignment_id(self, input: impl Into<String>) -> Self
pub fn assignment_id(self, input: impl Into<String>) -> Self
The ID of the assignment.
sourcepub fn set_assignment_id(self, input: Option<String>) -> Self
pub fn set_assignment_id(self, input: Option<String>) -> Self
The ID of the assignment.
sourcepub fn get_assignment_id(&self) -> &Option<String>
pub fn get_assignment_id(&self) -> &Option<String>
The ID of the assignment.
sourcepub fn policy_arn(self, input: impl Into<String>) -> Self
pub fn policy_arn(self, input: impl Into<String>) -> Self
The ARN for the IAM policy applied to the Amazon QuickSight users and groups specified in this assignment.
sourcepub fn set_policy_arn(self, input: Option<String>) -> Self
pub fn set_policy_arn(self, input: Option<String>) -> Self
The ARN for the IAM policy applied to the Amazon QuickSight users and groups specified in this assignment.
sourcepub fn get_policy_arn(&self) -> &Option<String>
pub fn get_policy_arn(&self) -> &Option<String>
The ARN for the IAM policy applied to the Amazon QuickSight users and groups specified in this assignment.
sourcepub fn identities(self, k: impl Into<String>, v: Vec<String>) -> Self
pub fn identities(self, k: impl Into<String>, v: Vec<String>) -> Self
Adds a key-value pair to identities
.
To override the contents of this collection use set_identities
.
The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.
sourcepub fn set_identities(self, input: Option<HashMap<String, Vec<String>>>) -> Self
pub fn set_identities(self, input: Option<HashMap<String, Vec<String>>>) -> Self
The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.
sourcepub fn get_identities(&self) -> &Option<HashMap<String, Vec<String>>>
pub fn get_identities(&self) -> &Option<HashMap<String, Vec<String>>>
The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.
sourcepub fn assignment_status(self, input: AssignmentStatus) -> Self
pub fn assignment_status(self, input: AssignmentStatus) -> Self
The status of the assignment. Possible values are as follows:
-
ENABLED
- Anything specified in this assignment is used when creating the data source. -
DISABLED
- This assignment isn't used when creating the data source. -
DRAFT
- This assignment is an unfinished draft and isn't used when creating the data source.
sourcepub fn set_assignment_status(self, input: Option<AssignmentStatus>) -> Self
pub fn set_assignment_status(self, input: Option<AssignmentStatus>) -> Self
The status of the assignment. Possible values are as follows:
-
ENABLED
- Anything specified in this assignment is used when creating the data source. -
DISABLED
- This assignment isn't used when creating the data source. -
DRAFT
- This assignment is an unfinished draft and isn't used when creating the data source.
sourcepub fn get_assignment_status(&self) -> &Option<AssignmentStatus>
pub fn get_assignment_status(&self) -> &Option<AssignmentStatus>
The status of the assignment. Possible values are as follows:
-
ENABLED
- Anything specified in this assignment is used when creating the data source. -
DISABLED
- This assignment isn't used when creating the data source. -
DRAFT
- This assignment is an unfinished draft and isn't used when creating the data source.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The Amazon Web Services request ID for this operation.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn get_status(&self) -> &Option<i32>
pub fn get_status(&self) -> &Option<i32>
The HTTP status of the request.
sourcepub fn build(self) -> UpdateIamPolicyAssignmentOutput
pub fn build(self) -> UpdateIamPolicyAssignmentOutput
Consumes the builder and constructs a UpdateIamPolicyAssignmentOutput
.
Trait Implementations§
source§impl Clone for UpdateIamPolicyAssignmentOutputBuilder
impl Clone for UpdateIamPolicyAssignmentOutputBuilder
source§fn clone(&self) -> UpdateIamPolicyAssignmentOutputBuilder
fn clone(&self) -> UpdateIamPolicyAssignmentOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateIamPolicyAssignmentOutputBuilder
impl Default for UpdateIamPolicyAssignmentOutputBuilder
source§fn default() -> UpdateIamPolicyAssignmentOutputBuilder
fn default() -> UpdateIamPolicyAssignmentOutputBuilder
source§impl PartialEq for UpdateIamPolicyAssignmentOutputBuilder
impl PartialEq for UpdateIamPolicyAssignmentOutputBuilder
source§fn eq(&self, other: &UpdateIamPolicyAssignmentOutputBuilder) -> bool
fn eq(&self, other: &UpdateIamPolicyAssignmentOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.