#[non_exhaustive]pub struct CreateComponentInput { /* private fields */ }
Implementations§
source§impl CreateComponentInput
impl CreateComponentInput
sourcepub fn resource_group_name(&self) -> Option<&str>
pub fn resource_group_name(&self) -> Option<&str>
The name of the resource group.
sourcepub fn component_name(&self) -> Option<&str>
pub fn component_name(&self) -> Option<&str>
The name of the component.
sourcepub fn resource_list(&self) -> Option<&[String]>
pub fn resource_list(&self) -> Option<&[String]>
The list of resource ARNs that belong to the component.
source§impl CreateComponentInput
impl CreateComponentInput
sourcepub fn builder() -> CreateComponentInputBuilder
pub fn builder() -> CreateComponentInputBuilder
Creates a new builder-style object to manufacture CreateComponentInput
.
source§impl CreateComponentInput
impl CreateComponentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateComponent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateComponent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateComponent
>
Trait Implementations§
source§impl Clone for CreateComponentInput
impl Clone for CreateComponentInput
source§fn clone(&self) -> CreateComponentInput
fn clone(&self) -> CreateComponentInput
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 Debug for CreateComponentInput
impl Debug for CreateComponentInput
source§impl PartialEq<CreateComponentInput> for CreateComponentInput
impl PartialEq<CreateComponentInput> for CreateComponentInput
source§fn eq(&self, other: &CreateComponentInput) -> bool
fn eq(&self, other: &CreateComponentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateComponentInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateComponentInput
impl Send for CreateComponentInput
impl Sync for CreateComponentInput
impl Unpin for CreateComponentInput
impl UnwindSafe for CreateComponentInput
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