Struct aws_sdk_applicationinsights::operation::describe_component::builders::DescribeComponentInputBuilder
source · #[non_exhaustive]pub struct DescribeComponentInputBuilder { /* private fields */ }
Expand description
A builder for DescribeComponentInput
.
Implementations§
source§impl DescribeComponentInputBuilder
impl DescribeComponentInputBuilder
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.
This field is required.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.
sourcepub fn component_name(self, input: impl Into<String>) -> Self
pub fn component_name(self, input: impl Into<String>) -> Self
The name of the component.
This field is required.sourcepub fn set_component_name(self, input: Option<String>) -> Self
pub fn set_component_name(self, input: Option<String>) -> Self
The name of the component.
sourcepub fn get_component_name(&self) -> &Option<String>
pub fn get_component_name(&self) -> &Option<String>
The name of the component.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The AWS account ID for the resource group owner.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The AWS account ID for the resource group owner.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The AWS account ID for the resource group owner.
sourcepub fn build(self) -> Result<DescribeComponentInput, BuildError>
pub fn build(self) -> Result<DescribeComponentInput, BuildError>
Consumes the builder and constructs a DescribeComponentInput
.
source§impl DescribeComponentInputBuilder
impl DescribeComponentInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeComponentOutput, SdkError<DescribeComponentError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeComponentOutput, SdkError<DescribeComponentError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeComponentInputBuilder
impl Clone for DescribeComponentInputBuilder
source§fn clone(&self) -> DescribeComponentInputBuilder
fn clone(&self) -> DescribeComponentInputBuilder
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 DescribeComponentInputBuilder
impl Default for DescribeComponentInputBuilder
source§fn default() -> DescribeComponentInputBuilder
fn default() -> DescribeComponentInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeComponentInputBuilder
impl PartialEq for DescribeComponentInputBuilder
source§fn eq(&self, other: &DescribeComponentInputBuilder) -> bool
fn eq(&self, other: &DescribeComponentInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeComponentInputBuilder
Auto Trait Implementations§
impl Freeze for DescribeComponentInputBuilder
impl RefUnwindSafe for DescribeComponentInputBuilder
impl Send for DescribeComponentInputBuilder
impl Sync for DescribeComponentInputBuilder
impl Unpin for DescribeComponentInputBuilder
impl UnwindSafe for DescribeComponentInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.