Struct aws_sdk_quicksight::operation::describe_template_permissions::builders::DescribeTemplatePermissionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeTemplatePermissionsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeTemplatePermissionsOutput.
Implementations§
source§impl DescribeTemplatePermissionsOutputBuilder
impl DescribeTemplatePermissionsOutputBuilder
sourcepub fn template_id(self, input: impl Into<String>) -> Self
pub fn template_id(self, input: impl Into<String>) -> Self
The ID for the template.
sourcepub fn set_template_id(self, input: Option<String>) -> Self
pub fn set_template_id(self, input: Option<String>) -> Self
The ID for the template.
sourcepub fn template_arn(self, input: impl Into<String>) -> Self
pub fn template_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the template.
sourcepub fn set_template_arn(self, input: Option<String>) -> Self
pub fn set_template_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the template.
sourcepub fn permissions(self, input: ResourcePermission) -> Self
pub fn permissions(self, input: ResourcePermission) -> Self
Appends an item to permissions.
To override the contents of this collection use set_permissions.
A list of resource permissions to be set on the template.
sourcepub fn set_permissions(self, input: Option<Vec<ResourcePermission>>) -> Self
pub fn set_permissions(self, input: Option<Vec<ResourcePermission>>) -> Self
A list of resource permissions to be set on the template.
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 set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn build(self) -> DescribeTemplatePermissionsOutput
pub fn build(self) -> DescribeTemplatePermissionsOutput
Consumes the builder and constructs a DescribeTemplatePermissionsOutput.
Trait Implementations§
source§impl Clone for DescribeTemplatePermissionsOutputBuilder
impl Clone for DescribeTemplatePermissionsOutputBuilder
source§fn clone(&self) -> DescribeTemplatePermissionsOutputBuilder
fn clone(&self) -> DescribeTemplatePermissionsOutputBuilder
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 DescribeTemplatePermissionsOutputBuilder
impl Default for DescribeTemplatePermissionsOutputBuilder
source§fn default() -> DescribeTemplatePermissionsOutputBuilder
fn default() -> DescribeTemplatePermissionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeTemplatePermissionsOutputBuilder> for DescribeTemplatePermissionsOutputBuilder
impl PartialEq<DescribeTemplatePermissionsOutputBuilder> for DescribeTemplatePermissionsOutputBuilder
source§fn eq(&self, other: &DescribeTemplatePermissionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeTemplatePermissionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeTemplatePermissionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeTemplatePermissionsOutputBuilder
impl Send for DescribeTemplatePermissionsOutputBuilder
impl Sync for DescribeTemplatePermissionsOutputBuilder
impl Unpin for DescribeTemplatePermissionsOutputBuilder
impl UnwindSafe for DescribeTemplatePermissionsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more