pub struct GetSyncJobFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetSyncJob.
Gets the SyncJob.
Implementations§
source§impl GetSyncJobFluentBuilder
impl GetSyncJobFluentBuilder
sourcepub fn as_input(&self) -> &GetSyncJobInputBuilder
pub fn as_input(&self) -> &GetSyncJobInputBuilder
Access the GetSyncJob as a reference.
sourcepub async fn send(
self
) -> Result<GetSyncJobOutput, SdkError<GetSyncJobError, HttpResponse>>
pub async fn send( self ) -> Result<GetSyncJobOutput, SdkError<GetSyncJobError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetSyncJobOutput, GetSyncJobError, Self>
pub fn customize( self ) -> CustomizableOperation<GetSyncJobOutput, GetSyncJobError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 workspace_id(self, input: impl Into<String>) -> Self
pub fn workspace_id(self, input: impl Into<String>) -> Self
The workspace ID.
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.
Trait Implementations§
source§impl Clone for GetSyncJobFluentBuilder
impl Clone for GetSyncJobFluentBuilder
source§fn clone(&self) -> GetSyncJobFluentBuilder
fn clone(&self) -> GetSyncJobFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more