Struct aws_sdk_iotanalytics::operation::create_dataset_content::builders::CreateDatasetContentInputBuilder
source · #[non_exhaustive]pub struct CreateDatasetContentInputBuilder { /* private fields */ }
Expand description
A builder for CreateDatasetContentInput
.
Implementations§
source§impl CreateDatasetContentInputBuilder
impl CreateDatasetContentInputBuilder
sourcepub fn dataset_name(self, input: impl Into<String>) -> Self
pub fn dataset_name(self, input: impl Into<String>) -> Self
The name of the dataset.
This field is required.sourcepub fn set_dataset_name(self, input: Option<String>) -> Self
pub fn set_dataset_name(self, input: Option<String>) -> Self
The name of the dataset.
sourcepub fn get_dataset_name(&self) -> &Option<String>
pub fn get_dataset_name(&self) -> &Option<String>
The name of the dataset.
sourcepub fn version_id(self, input: impl Into<String>) -> Self
pub fn version_id(self, input: impl Into<String>) -> Self
The version ID of the dataset content. To specify versionId
for a dataset content, the dataset must use a DeltaTimer filter.
sourcepub fn set_version_id(self, input: Option<String>) -> Self
pub fn set_version_id(self, input: Option<String>) -> Self
The version ID of the dataset content. To specify versionId
for a dataset content, the dataset must use a DeltaTimer filter.
sourcepub fn get_version_id(&self) -> &Option<String>
pub fn get_version_id(&self) -> &Option<String>
The version ID of the dataset content. To specify versionId
for a dataset content, the dataset must use a DeltaTimer filter.
sourcepub fn build(self) -> Result<CreateDatasetContentInput, BuildError>
pub fn build(self) -> Result<CreateDatasetContentInput, BuildError>
Consumes the builder and constructs a CreateDatasetContentInput
.
source§impl CreateDatasetContentInputBuilder
impl CreateDatasetContentInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateDatasetContentOutput, SdkError<CreateDatasetContentError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateDatasetContentOutput, SdkError<CreateDatasetContentError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateDatasetContentInputBuilder
impl Clone for CreateDatasetContentInputBuilder
source§fn clone(&self) -> CreateDatasetContentInputBuilder
fn clone(&self) -> CreateDatasetContentInputBuilder
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 CreateDatasetContentInputBuilder
impl Default for CreateDatasetContentInputBuilder
source§fn default() -> CreateDatasetContentInputBuilder
fn default() -> CreateDatasetContentInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateDatasetContentInputBuilder
impl PartialEq for CreateDatasetContentInputBuilder
source§fn eq(&self, other: &CreateDatasetContentInputBuilder) -> bool
fn eq(&self, other: &CreateDatasetContentInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateDatasetContentInputBuilder
Auto Trait Implementations§
impl Freeze for CreateDatasetContentInputBuilder
impl RefUnwindSafe for CreateDatasetContentInputBuilder
impl Send for CreateDatasetContentInputBuilder
impl Sync for CreateDatasetContentInputBuilder
impl Unpin for CreateDatasetContentInputBuilder
impl UnwindSafe for CreateDatasetContentInputBuilder
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.