Struct aws_sdk_iotsitewise::operation::delete_dashboard::builders::DeleteDashboardInputBuilder
source · #[non_exhaustive]pub struct DeleteDashboardInputBuilder { /* private fields */ }Expand description
A builder for DeleteDashboardInput.
Implementations§
source§impl DeleteDashboardInputBuilder
impl DeleteDashboardInputBuilder
sourcepub fn dashboard_id(self, input: impl Into<String>) -> Self
pub fn dashboard_id(self, input: impl Into<String>) -> Self
The ID of the dashboard to delete.
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 of the dashboard to delete.
sourcepub fn get_dashboard_id(&self) -> &Option<String>
pub fn get_dashboard_id(&self) -> &Option<String>
The ID of the dashboard to delete.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
sourcepub fn build(self) -> Result<DeleteDashboardInput, BuildError>
pub fn build(self) -> Result<DeleteDashboardInput, BuildError>
Consumes the builder and constructs a DeleteDashboardInput.
source§impl DeleteDashboardInputBuilder
impl DeleteDashboardInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteDashboardOutput, SdkError<DeleteDashboardError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteDashboardOutput, SdkError<DeleteDashboardError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteDashboardInputBuilder
impl Clone for DeleteDashboardInputBuilder
source§fn clone(&self) -> DeleteDashboardInputBuilder
fn clone(&self) -> DeleteDashboardInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DeleteDashboardInputBuilder
impl Debug for DeleteDashboardInputBuilder
source§impl Default for DeleteDashboardInputBuilder
impl Default for DeleteDashboardInputBuilder
source§fn default() -> DeleteDashboardInputBuilder
fn default() -> DeleteDashboardInputBuilder
source§impl PartialEq for DeleteDashboardInputBuilder
impl PartialEq for DeleteDashboardInputBuilder
source§fn eq(&self, other: &DeleteDashboardInputBuilder) -> bool
fn eq(&self, other: &DeleteDashboardInputBuilder) -> bool
self and other values to be equal, and is used
by ==.