Struct aws_sdk_iottwinmaker::operation::delete_sync_job::builders::DeleteSyncJobInputBuilder
source · #[non_exhaustive]pub struct DeleteSyncJobInputBuilder { /* private fields */ }Expand description
A builder for DeleteSyncJobInput.
Implementations§
source§impl DeleteSyncJobInputBuilder
impl DeleteSyncJobInputBuilder
sourcepub fn workspace_id(self, input: impl Into<String>) -> Self
pub fn workspace_id(self, input: impl Into<String>) -> Self
The workspace ID.
This field is required.sourcepub fn set_workspace_id(self, input: Option<String>) -> Self
pub fn set_workspace_id(self, input: Option<String>) -> Self
The workspace ID.
sourcepub fn get_workspace_id(&self) -> &Option<String>
pub fn get_workspace_id(&self) -> &Option<String>
The workspace ID.
sourcepub fn sync_source(self, input: impl Into<String>) -> Self
pub fn sync_source(self, input: impl Into<String>) -> Self
The sync source.
Currently the only supported syncSource is SITEWISE .
sourcepub fn set_sync_source(self, input: Option<String>) -> Self
pub fn set_sync_source(self, input: Option<String>) -> Self
The sync source.
Currently the only supported syncSource is SITEWISE .
sourcepub fn get_sync_source(&self) -> &Option<String>
pub fn get_sync_source(&self) -> &Option<String>
The sync source.
Currently the only supported syncSource is SITEWISE .
sourcepub fn build(self) -> Result<DeleteSyncJobInput, BuildError>
pub fn build(self) -> Result<DeleteSyncJobInput, BuildError>
Consumes the builder and constructs a DeleteSyncJobInput.
source§impl DeleteSyncJobInputBuilder
impl DeleteSyncJobInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteSyncJobOutput, SdkError<DeleteSyncJobError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteSyncJobOutput, SdkError<DeleteSyncJobError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteSyncJobInputBuilder
impl Clone for DeleteSyncJobInputBuilder
source§fn clone(&self) -> DeleteSyncJobInputBuilder
fn clone(&self) -> DeleteSyncJobInputBuilder
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 DeleteSyncJobInputBuilder
impl Debug for DeleteSyncJobInputBuilder
source§impl Default for DeleteSyncJobInputBuilder
impl Default for DeleteSyncJobInputBuilder
source§fn default() -> DeleteSyncJobInputBuilder
fn default() -> DeleteSyncJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteSyncJobInputBuilder
impl PartialEq for DeleteSyncJobInputBuilder
source§fn eq(&self, other: &DeleteSyncJobInputBuilder) -> bool
fn eq(&self, other: &DeleteSyncJobInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteSyncJobInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteSyncJobInputBuilder
impl RefUnwindSafe for DeleteSyncJobInputBuilder
impl Send for DeleteSyncJobInputBuilder
impl Sync for DeleteSyncJobInputBuilder
impl Unpin for DeleteSyncJobInputBuilder
impl UnwindSafe for DeleteSyncJobInputBuilder
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.