Struct aws_sdk_proton::operation::get_service_sync_config::builders::GetServiceSyncConfigInputBuilder    
source · #[non_exhaustive]pub struct GetServiceSyncConfigInputBuilder { /* private fields */ }Expand description
A builder for GetServiceSyncConfigInput.
Implementations§
source§impl GetServiceSyncConfigInputBuilder
 
impl GetServiceSyncConfigInputBuilder
sourcepub fn service_name(self, input: impl Into<String>) -> Self
 
pub fn service_name(self, input: impl Into<String>) -> Self
The name of the service that you want to get the service sync configuration for.
sourcepub fn set_service_name(self, input: Option<String>) -> Self
 
pub fn set_service_name(self, input: Option<String>) -> Self
The name of the service that you want to get the service sync configuration for.
sourcepub fn build(self) -> Result<GetServiceSyncConfigInput, BuildError>
 
pub fn build(self) -> Result<GetServiceSyncConfigInput, BuildError>
Consumes the builder and constructs a GetServiceSyncConfigInput.
Trait Implementations§
source§impl Clone for GetServiceSyncConfigInputBuilder
 
impl Clone for GetServiceSyncConfigInputBuilder
source§fn clone(&self) -> GetServiceSyncConfigInputBuilder
 
fn clone(&self) -> GetServiceSyncConfigInputBuilder
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 GetServiceSyncConfigInputBuilder
 
impl Default for GetServiceSyncConfigInputBuilder
source§fn default() -> GetServiceSyncConfigInputBuilder
 
fn default() -> GetServiceSyncConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetServiceSyncConfigInputBuilder> for GetServiceSyncConfigInputBuilder
 
impl PartialEq<GetServiceSyncConfigInputBuilder> for GetServiceSyncConfigInputBuilder
source§fn eq(&self, other: &GetServiceSyncConfigInputBuilder) -> bool
 
fn eq(&self, other: &GetServiceSyncConfigInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetServiceSyncConfigInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetServiceSyncConfigInputBuilder
impl Send for GetServiceSyncConfigInputBuilder
impl Sync for GetServiceSyncConfigInputBuilder
impl Unpin for GetServiceSyncConfigInputBuilder
impl UnwindSafe for GetServiceSyncConfigInputBuilder
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