Struct aws_sdk_datazone::operation::delete_data_source::builders::DeleteDataSourceInputBuilder
source · #[non_exhaustive]pub struct DeleteDataSourceInputBuilder { /* private fields */ }
Expand description
A builder for DeleteDataSourceInput
.
Implementations§
source§impl DeleteDataSourceInputBuilder
impl DeleteDataSourceInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The ID of the Amazon DataZone domain in which the data source is deleted.
This field is required.sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The ID of the Amazon DataZone domain in which the data source is deleted.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The ID of the Amazon DataZone domain in which the data source is deleted.
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
The identifier of the data source that is deleted.
This field is required.sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
The identifier of the data source that is deleted.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
The identifier of the data source that is deleted.
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 is provided to ensure the idempotency of the request.
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 is provided to ensure the idempotency of the request.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn build(self) -> Result<DeleteDataSourceInput, BuildError>
pub fn build(self) -> Result<DeleteDataSourceInput, BuildError>
Consumes the builder and constructs a DeleteDataSourceInput
.
source§impl DeleteDataSourceInputBuilder
impl DeleteDataSourceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteDataSourceOutput, SdkError<DeleteDataSourceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteDataSourceOutput, SdkError<DeleteDataSourceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteDataSourceInputBuilder
impl Clone for DeleteDataSourceInputBuilder
source§fn clone(&self) -> DeleteDataSourceInputBuilder
fn clone(&self) -> DeleteDataSourceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteDataSourceInputBuilder
impl Debug for DeleteDataSourceInputBuilder
source§impl Default for DeleteDataSourceInputBuilder
impl Default for DeleteDataSourceInputBuilder
source§fn default() -> DeleteDataSourceInputBuilder
fn default() -> DeleteDataSourceInputBuilder
source§impl PartialEq for DeleteDataSourceInputBuilder
impl PartialEq for DeleteDataSourceInputBuilder
source§fn eq(&self, other: &DeleteDataSourceInputBuilder) -> bool
fn eq(&self, other: &DeleteDataSourceInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.