#[non_exhaustive]pub struct CreateServiceSyncConfigInput { /* private fields */ }Implementations§
source§impl CreateServiceSyncConfigInput
impl CreateServiceSyncConfigInput
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the service the Proton Ops file is for.
sourcepub fn repository_provider(&self) -> Option<&RepositoryProvider>
pub fn repository_provider(&self) -> Option<&RepositoryProvider>
The provider type for your repository.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The repository name.
source§impl CreateServiceSyncConfigInput
impl CreateServiceSyncConfigInput
sourcepub fn builder() -> CreateServiceSyncConfigInputBuilder
pub fn builder() -> CreateServiceSyncConfigInputBuilder
Creates a new builder-style object to manufacture CreateServiceSyncConfigInput.
source§impl CreateServiceSyncConfigInput
impl CreateServiceSyncConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateServiceSyncConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateServiceSyncConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateServiceSyncConfig>
Trait Implementations§
source§impl Clone for CreateServiceSyncConfigInput
impl Clone for CreateServiceSyncConfigInput
source§fn clone(&self) -> CreateServiceSyncConfigInput
fn clone(&self) -> CreateServiceSyncConfigInput
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 CreateServiceSyncConfigInput
impl Debug for CreateServiceSyncConfigInput
source§impl PartialEq<CreateServiceSyncConfigInput> for CreateServiceSyncConfigInput
impl PartialEq<CreateServiceSyncConfigInput> for CreateServiceSyncConfigInput
source§fn eq(&self, other: &CreateServiceSyncConfigInput) -> bool
fn eq(&self, other: &CreateServiceSyncConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateServiceSyncConfigInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateServiceSyncConfigInput
impl Send for CreateServiceSyncConfigInput
impl Sync for CreateServiceSyncConfigInput
impl Unpin for CreateServiceSyncConfigInput
impl UnwindSafe for CreateServiceSyncConfigInput
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