#[non_exhaustive]pub struct UpdateServiceIntegrationInput { /* private fields */ }
Implementations§
source§impl UpdateServiceIntegrationInput
impl UpdateServiceIntegrationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceIntegration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceIntegration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateServiceIntegration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateServiceIntegrationInput
.
source§impl UpdateServiceIntegrationInput
impl UpdateServiceIntegrationInput
sourcepub fn service_integration(&self) -> Option<&UpdateServiceIntegrationConfig>
pub fn service_integration(&self) -> Option<&UpdateServiceIntegrationConfig>
An IntegratedServiceConfig
object used to specify the integrated service you want to update, and whether you want to update it to enabled or disabled.
Trait Implementations§
source§impl Clone for UpdateServiceIntegrationInput
impl Clone for UpdateServiceIntegrationInput
source§fn clone(&self) -> UpdateServiceIntegrationInput
fn clone(&self) -> UpdateServiceIntegrationInput
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 PartialEq<UpdateServiceIntegrationInput> for UpdateServiceIntegrationInput
impl PartialEq<UpdateServiceIntegrationInput> for UpdateServiceIntegrationInput
source§fn eq(&self, other: &UpdateServiceIntegrationInput) -> bool
fn eq(&self, other: &UpdateServiceIntegrationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.