Struct aws_sdk_applicationinsights::operation::describe_application::builders::DescribeApplicationFluentBuilder
source · pub struct DescribeApplicationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeApplication
.
Describes the application.
Implementations§
source§impl DescribeApplicationFluentBuilder
impl DescribeApplicationFluentBuilder
sourcepub fn as_input(&self) -> &DescribeApplicationInputBuilder
pub fn as_input(&self) -> &DescribeApplicationInputBuilder
Access the DescribeApplication as a reference.
sourcepub async fn send(
self
) -> Result<DescribeApplicationOutput, SdkError<DescribeApplicationError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeApplicationOutput, SdkError<DescribeApplicationError, 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<DescribeApplicationOutput, DescribeApplicationError>, SdkError<DescribeApplicationError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DescribeApplicationOutput, DescribeApplicationError>, SdkError<DescribeApplicationError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn resource_group_name(self, input: impl Into<String>) -> Self
pub fn resource_group_name(self, input: impl Into<String>) -> Self
The name of the resource group.
sourcepub fn set_resource_group_name(self, input: Option<String>) -> Self
pub fn set_resource_group_name(self, input: Option<String>) -> Self
The name of the resource group.
sourcepub fn get_resource_group_name(&self) -> &Option<String>
pub fn get_resource_group_name(&self) -> &Option<String>
The name of the resource group.
Trait Implementations§
source§impl Clone for DescribeApplicationFluentBuilder
impl Clone for DescribeApplicationFluentBuilder
source§fn clone(&self) -> DescribeApplicationFluentBuilder
fn clone(&self) -> DescribeApplicationFluentBuilder
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for DescribeApplicationFluentBuilder
impl Send for DescribeApplicationFluentBuilder
impl Sync for DescribeApplicationFluentBuilder
impl Unpin for DescribeApplicationFluentBuilder
impl !UnwindSafe for DescribeApplicationFluentBuilder
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