#[non_exhaustive]pub struct GetServiceSyncConfigInput { /* private fields */ }Implementations§
source§impl GetServiceSyncConfigInput
impl GetServiceSyncConfigInput
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the service that you want to get the service sync configuration for.
source§impl GetServiceSyncConfigInput
impl GetServiceSyncConfigInput
sourcepub fn builder() -> GetServiceSyncConfigInputBuilder
pub fn builder() -> GetServiceSyncConfigInputBuilder
Creates a new builder-style object to manufacture GetServiceSyncConfigInput.
source§impl GetServiceSyncConfigInput
impl GetServiceSyncConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServiceSyncConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetServiceSyncConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetServiceSyncConfig>
Trait Implementations§
source§impl Clone for GetServiceSyncConfigInput
impl Clone for GetServiceSyncConfigInput
source§fn clone(&self) -> GetServiceSyncConfigInput
fn clone(&self) -> GetServiceSyncConfigInput
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 GetServiceSyncConfigInput
impl Debug for GetServiceSyncConfigInput
source§impl PartialEq<GetServiceSyncConfigInput> for GetServiceSyncConfigInput
impl PartialEq<GetServiceSyncConfigInput> for GetServiceSyncConfigInput
source§fn eq(&self, other: &GetServiceSyncConfigInput) -> bool
fn eq(&self, other: &GetServiceSyncConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetServiceSyncConfigInput
Auto Trait Implementations§
impl RefUnwindSafe for GetServiceSyncConfigInput
impl Send for GetServiceSyncConfigInput
impl Sync for GetServiceSyncConfigInput
impl Unpin for GetServiceSyncConfigInput
impl UnwindSafe for GetServiceSyncConfigInput
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