Struct aws_sdk_devopsguru::operation::update_service_integration::builders::UpdateServiceIntegrationInputBuilder
source · #[non_exhaustive]pub struct UpdateServiceIntegrationInputBuilder { /* private fields */ }
Expand description
A builder for UpdateServiceIntegrationInput
.
Implementations§
source§impl UpdateServiceIntegrationInputBuilder
impl UpdateServiceIntegrationInputBuilder
sourcepub fn service_integration(self, input: UpdateServiceIntegrationConfig) -> Self
pub fn service_integration(self, input: UpdateServiceIntegrationConfig) -> Self
An IntegratedServiceConfig
object used to specify the integrated service you want to update, and whether you want to update it to enabled or disabled.
sourcepub fn set_service_integration(
self,
input: Option<UpdateServiceIntegrationConfig>
) -> Self
pub fn set_service_integration( self, input: Option<UpdateServiceIntegrationConfig> ) -> Self
An IntegratedServiceConfig
object used to specify the integrated service you want to update, and whether you want to update it to enabled or disabled.
sourcepub fn build(self) -> Result<UpdateServiceIntegrationInput, BuildError>
pub fn build(self) -> Result<UpdateServiceIntegrationInput, BuildError>
Consumes the builder and constructs a UpdateServiceIntegrationInput
.
Trait Implementations§
source§impl Clone for UpdateServiceIntegrationInputBuilder
impl Clone for UpdateServiceIntegrationInputBuilder
source§fn clone(&self) -> UpdateServiceIntegrationInputBuilder
fn clone(&self) -> UpdateServiceIntegrationInputBuilder
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 UpdateServiceIntegrationInputBuilder
impl Default for UpdateServiceIntegrationInputBuilder
source§fn default() -> UpdateServiceIntegrationInputBuilder
fn default() -> UpdateServiceIntegrationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateServiceIntegrationInputBuilder> for UpdateServiceIntegrationInputBuilder
impl PartialEq<UpdateServiceIntegrationInputBuilder> for UpdateServiceIntegrationInputBuilder
source§fn eq(&self, other: &UpdateServiceIntegrationInputBuilder) -> bool
fn eq(&self, other: &UpdateServiceIntegrationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.