Struct aws_sdk_quicksight::operation::describe_account_settings::builders::DescribeAccountSettingsOutputBuilder
source · #[non_exhaustive]pub struct DescribeAccountSettingsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeAccountSettingsOutput.
Implementations§
source§impl DescribeAccountSettingsOutputBuilder
impl DescribeAccountSettingsOutputBuilder
sourcepub fn account_settings(self, input: AccountSettings) -> Self
pub fn account_settings(self, input: AccountSettings) -> Self
The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription.
In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.
sourcepub fn set_account_settings(self, input: Option<AccountSettings>) -> Self
pub fn set_account_settings(self, input: Option<AccountSettings>) -> Self
The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription.
In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.
sourcepub fn get_account_settings(&self) -> &Option<AccountSettings>
pub fn get_account_settings(&self) -> &Option<AccountSettings>
The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription.
In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.
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) -> DescribeAccountSettingsOutput
pub fn build(self) -> DescribeAccountSettingsOutput
Consumes the builder and constructs a DescribeAccountSettingsOutput.
Trait Implementations§
source§impl Clone for DescribeAccountSettingsOutputBuilder
impl Clone for DescribeAccountSettingsOutputBuilder
source§fn clone(&self) -> DescribeAccountSettingsOutputBuilder
fn clone(&self) -> DescribeAccountSettingsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAccountSettingsOutputBuilder
impl Default for DescribeAccountSettingsOutputBuilder
source§fn default() -> DescribeAccountSettingsOutputBuilder
fn default() -> DescribeAccountSettingsOutputBuilder
source§impl PartialEq for DescribeAccountSettingsOutputBuilder
impl PartialEq for DescribeAccountSettingsOutputBuilder
source§fn eq(&self, other: &DescribeAccountSettingsOutputBuilder) -> bool
fn eq(&self, other: &DescribeAccountSettingsOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeAccountSettingsOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeAccountSettingsOutputBuilder
impl RefUnwindSafe for DescribeAccountSettingsOutputBuilder
impl Send for DescribeAccountSettingsOutputBuilder
impl Sync for DescribeAccountSettingsOutputBuilder
impl Unpin for DescribeAccountSettingsOutputBuilder
impl UnwindSafe for DescribeAccountSettingsOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more