Struct aws_sdk_devopsguru::operation::describe_service_integration::builders::DescribeServiceIntegrationFluentBuilder
source · pub struct DescribeServiceIntegrationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeServiceIntegration
.
Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
Implementations§
source§impl DescribeServiceIntegrationFluentBuilder
impl DescribeServiceIntegrationFluentBuilder
sourcepub fn as_input(&self) -> &DescribeServiceIntegrationInputBuilder
pub fn as_input(&self) -> &DescribeServiceIntegrationInputBuilder
Access the DescribeServiceIntegration as a reference.
sourcepub async fn send(
self
) -> Result<DescribeServiceIntegrationOutput, SdkError<DescribeServiceIntegrationError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeServiceIntegrationOutput, SdkError<DescribeServiceIntegrationError, 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 fn customize(
self
) -> CustomizableOperation<DescribeServiceIntegrationOutput, DescribeServiceIntegrationError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeServiceIntegrationOutput, DescribeServiceIntegrationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
Trait Implementations§
source§impl Clone for DescribeServiceIntegrationFluentBuilder
impl Clone for DescribeServiceIntegrationFluentBuilder
source§fn clone(&self) -> DescribeServiceIntegrationFluentBuilder
fn clone(&self) -> DescribeServiceIntegrationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more