Struct aws_sdk_quicksight::operation::update_dashboard_published_version::builders::UpdateDashboardPublishedVersionInputBuilder
source · #[non_exhaustive]pub struct UpdateDashboardPublishedVersionInputBuilder { /* private fields */ }
Expand description
A builder for UpdateDashboardPublishedVersionInput
.
Implementations§
source§impl UpdateDashboardPublishedVersionInputBuilder
impl UpdateDashboardPublishedVersionInputBuilder
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
This field is required.sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
sourcepub fn dashboard_id(self, input: impl Into<String>) -> Self
pub fn dashboard_id(self, input: impl Into<String>) -> Self
The ID for the dashboard.
This field is required.sourcepub fn set_dashboard_id(self, input: Option<String>) -> Self
pub fn set_dashboard_id(self, input: Option<String>) -> Self
The ID for the dashboard.
sourcepub fn get_dashboard_id(&self) -> &Option<String>
pub fn get_dashboard_id(&self) -> &Option<String>
The ID for the dashboard.
sourcepub fn version_number(self, input: i64) -> Self
pub fn version_number(self, input: i64) -> Self
The version number of the dashboard.
This field is required.sourcepub fn set_version_number(self, input: Option<i64>) -> Self
pub fn set_version_number(self, input: Option<i64>) -> Self
The version number of the dashboard.
sourcepub fn get_version_number(&self) -> &Option<i64>
pub fn get_version_number(&self) -> &Option<i64>
The version number of the dashboard.
sourcepub fn build(self) -> Result<UpdateDashboardPublishedVersionInput, BuildError>
pub fn build(self) -> Result<UpdateDashboardPublishedVersionInput, BuildError>
Consumes the builder and constructs a UpdateDashboardPublishedVersionInput
.
source§impl UpdateDashboardPublishedVersionInputBuilder
impl UpdateDashboardPublishedVersionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateDashboardPublishedVersionOutput, SdkError<UpdateDashboardPublishedVersionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateDashboardPublishedVersionOutput, SdkError<UpdateDashboardPublishedVersionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateDashboardPublishedVersionInputBuilder
impl Clone for UpdateDashboardPublishedVersionInputBuilder
source§fn clone(&self) -> UpdateDashboardPublishedVersionInputBuilder
fn clone(&self) -> UpdateDashboardPublishedVersionInputBuilder
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 UpdateDashboardPublishedVersionInputBuilder
impl Default for UpdateDashboardPublishedVersionInputBuilder
source§fn default() -> UpdateDashboardPublishedVersionInputBuilder
fn default() -> UpdateDashboardPublishedVersionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateDashboardPublishedVersionInputBuilder
impl PartialEq for UpdateDashboardPublishedVersionInputBuilder
source§fn eq(&self, other: &UpdateDashboardPublishedVersionInputBuilder) -> bool
fn eq(&self, other: &UpdateDashboardPublishedVersionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateDashboardPublishedVersionInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDashboardPublishedVersionInputBuilder
impl Send for UpdateDashboardPublishedVersionInputBuilder
impl Sync for UpdateDashboardPublishedVersionInputBuilder
impl Unpin for UpdateDashboardPublishedVersionInputBuilder
impl UnwindSafe for UpdateDashboardPublishedVersionInputBuilder
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
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>
Creates a shared type from an unshared type.