Struct aws_sdk_codestarconnections::operation::delete_sync_configuration::builders::DeleteSyncConfigurationInputBuilder
source · #[non_exhaustive]pub struct DeleteSyncConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for DeleteSyncConfigurationInput
.
Implementations§
source§impl DeleteSyncConfigurationInputBuilder
impl DeleteSyncConfigurationInputBuilder
sourcepub fn sync_type(self, input: SyncConfigurationType) -> Self
pub fn sync_type(self, input: SyncConfigurationType) -> Self
The type of sync configuration to be deleted.
This field is required.sourcepub fn set_sync_type(self, input: Option<SyncConfigurationType>) -> Self
pub fn set_sync_type(self, input: Option<SyncConfigurationType>) -> Self
The type of sync configuration to be deleted.
sourcepub fn get_sync_type(&self) -> &Option<SyncConfigurationType>
pub fn get_sync_type(&self) -> &Option<SyncConfigurationType>
The type of sync configuration to be deleted.
sourcepub fn resource_name(self, input: impl Into<String>) -> Self
pub fn resource_name(self, input: impl Into<String>) -> Self
The name of the Amazon Web Services resource associated with the sync configuration to be deleted.
This field is required.sourcepub fn set_resource_name(self, input: Option<String>) -> Self
pub fn set_resource_name(self, input: Option<String>) -> Self
The name of the Amazon Web Services resource associated with the sync configuration to be deleted.
sourcepub fn get_resource_name(&self) -> &Option<String>
pub fn get_resource_name(&self) -> &Option<String>
The name of the Amazon Web Services resource associated with the sync configuration to be deleted.
sourcepub fn build(self) -> Result<DeleteSyncConfigurationInput, BuildError>
pub fn build(self) -> Result<DeleteSyncConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteSyncConfigurationInput
.
source§impl DeleteSyncConfigurationInputBuilder
impl DeleteSyncConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteSyncConfigurationOutput, SdkError<DeleteSyncConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteSyncConfigurationOutput, SdkError<DeleteSyncConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteSyncConfigurationInputBuilder
impl Clone for DeleteSyncConfigurationInputBuilder
source§fn clone(&self) -> DeleteSyncConfigurationInputBuilder
fn clone(&self) -> DeleteSyncConfigurationInputBuilder
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 DeleteSyncConfigurationInputBuilder
impl Default for DeleteSyncConfigurationInputBuilder
source§fn default() -> DeleteSyncConfigurationInputBuilder
fn default() -> DeleteSyncConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteSyncConfigurationInputBuilder
impl PartialEq for DeleteSyncConfigurationInputBuilder
source§fn eq(&self, other: &DeleteSyncConfigurationInputBuilder) -> bool
fn eq(&self, other: &DeleteSyncConfigurationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteSyncConfigurationInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteSyncConfigurationInputBuilder
impl RefUnwindSafe for DeleteSyncConfigurationInputBuilder
impl Send for DeleteSyncConfigurationInputBuilder
impl Sync for DeleteSyncConfigurationInputBuilder
impl Unpin for DeleteSyncConfigurationInputBuilder
impl UnwindSafe for DeleteSyncConfigurationInputBuilder
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.