Struct aws_sdk_proton::operation::update_service_sync_config::builders::UpdateServiceSyncConfigFluentBuilder
source · pub struct UpdateServiceSyncConfigFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateServiceSyncConfig
.
Update the Proton Ops config file.
Implementations§
source§impl UpdateServiceSyncConfigFluentBuilder
impl UpdateServiceSyncConfigFluentBuilder
sourcepub fn as_input(&self) -> &UpdateServiceSyncConfigInputBuilder
pub fn as_input(&self) -> &UpdateServiceSyncConfigInputBuilder
Access the UpdateServiceSyncConfig as a reference.
sourcepub async fn send(
self
) -> Result<UpdateServiceSyncConfigOutput, SdkError<UpdateServiceSyncConfigError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateServiceSyncConfigOutput, SdkError<UpdateServiceSyncConfigError, 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 async fn customize(
self
) -> Result<CustomizableOperation<UpdateServiceSyncConfigOutput, UpdateServiceSyncConfigError, Self>, SdkError<UpdateServiceSyncConfigError>>
pub async fn customize( self ) -> Result<CustomizableOperation<UpdateServiceSyncConfigOutput, UpdateServiceSyncConfigError, Self>, SdkError<UpdateServiceSyncConfigError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 the Proton Ops file is 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 the Proton Ops file is for.
sourcepub fn get_service_name(&self) -> &Option<String>
pub fn get_service_name(&self) -> &Option<String>
The name of the service the Proton Ops file is for.
sourcepub fn repository_provider(self, input: RepositoryProvider) -> Self
pub fn repository_provider(self, input: RepositoryProvider) -> Self
The name of the repository provider where the Proton Ops file is found.
sourcepub fn set_repository_provider(self, input: Option<RepositoryProvider>) -> Self
pub fn set_repository_provider(self, input: Option<RepositoryProvider>) -> Self
The name of the repository provider where the Proton Ops file is found.
sourcepub fn get_repository_provider(&self) -> &Option<RepositoryProvider>
pub fn get_repository_provider(&self) -> &Option<RepositoryProvider>
The name of the repository provider where the Proton Ops file is found.
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The name of the repository where the Proton Ops file is found.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The name of the repository where the Proton Ops file is found.
sourcepub fn get_repository_name(&self) -> &Option<String>
pub fn get_repository_name(&self) -> &Option<String>
The name of the repository where the Proton Ops file is found.
sourcepub fn branch(self, input: impl Into<String>) -> Self
pub fn branch(self, input: impl Into<String>) -> Self
The name of the code repository branch where the Proton Ops file is found.
sourcepub fn set_branch(self, input: Option<String>) -> Self
pub fn set_branch(self, input: Option<String>) -> Self
The name of the code repository branch where the Proton Ops file is found.
sourcepub fn get_branch(&self) -> &Option<String>
pub fn get_branch(&self) -> &Option<String>
The name of the code repository branch where the Proton Ops file is found.
sourcepub fn set_file_path(self, input: Option<String>) -> Self
pub fn set_file_path(self, input: Option<String>) -> Self
The path to the Proton Ops file.
sourcepub fn get_file_path(&self) -> &Option<String>
pub fn get_file_path(&self) -> &Option<String>
The path to the Proton Ops file.
Trait Implementations§
source§impl Clone for UpdateServiceSyncConfigFluentBuilder
impl Clone for UpdateServiceSyncConfigFluentBuilder
source§fn clone(&self) -> UpdateServiceSyncConfigFluentBuilder
fn clone(&self) -> UpdateServiceSyncConfigFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more