#[non_exhaustive]pub struct DeleteDataSetOutputBuilder { /* private fields */ }Expand description
A builder for DeleteDataSetOutput.
Implementations§
source§impl DeleteDataSetOutputBuilder
impl DeleteDataSetOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the dataset.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the dataset.
sourcepub fn data_set_id(self, input: impl Into<String>) -> Self
pub fn data_set_id(self, input: impl Into<String>) -> Self
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn set_data_set_id(self, input: Option<String>) -> Self
pub fn set_data_set_id(self, input: Option<String>) -> Self
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
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 set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn build(self) -> DeleteDataSetOutput
pub fn build(self) -> DeleteDataSetOutput
Consumes the builder and constructs a DeleteDataSetOutput.
Trait Implementations§
source§impl Clone for DeleteDataSetOutputBuilder
impl Clone for DeleteDataSetOutputBuilder
source§fn clone(&self) -> DeleteDataSetOutputBuilder
fn clone(&self) -> DeleteDataSetOutputBuilder
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 Debug for DeleteDataSetOutputBuilder
impl Debug for DeleteDataSetOutputBuilder
source§impl Default for DeleteDataSetOutputBuilder
impl Default for DeleteDataSetOutputBuilder
source§fn default() -> DeleteDataSetOutputBuilder
fn default() -> DeleteDataSetOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDataSetOutputBuilder> for DeleteDataSetOutputBuilder
impl PartialEq<DeleteDataSetOutputBuilder> for DeleteDataSetOutputBuilder
source§fn eq(&self, other: &DeleteDataSetOutputBuilder) -> bool
fn eq(&self, other: &DeleteDataSetOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteDataSetOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDataSetOutputBuilder
impl Send for DeleteDataSetOutputBuilder
impl Sync for DeleteDataSetOutputBuilder
impl Unpin for DeleteDataSetOutputBuilder
impl UnwindSafe for DeleteDataSetOutputBuilder
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