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 ==.