#[non_exhaustive]pub struct ComponentPropertyGroupRequestBuilder { /* private fields */ }Expand description
A builder for ComponentPropertyGroupRequest.
Implementations§
source§impl ComponentPropertyGroupRequestBuilder
impl ComponentPropertyGroupRequestBuilder
sourcepub fn group_type(self, input: GroupType) -> Self
pub fn group_type(self, input: GroupType) -> Self
The group type.
sourcepub fn set_group_type(self, input: Option<GroupType>) -> Self
pub fn set_group_type(self, input: Option<GroupType>) -> Self
The group type.
sourcepub fn get_group_type(&self) -> &Option<GroupType>
pub fn get_group_type(&self) -> &Option<GroupType>
The group type.
sourcepub fn property_names(self, input: impl Into<String>) -> Self
pub fn property_names(self, input: impl Into<String>) -> Self
Appends an item to property_names.
To override the contents of this collection use set_property_names.
The property names.
sourcepub fn set_property_names(self, input: Option<Vec<String>>) -> Self
pub fn set_property_names(self, input: Option<Vec<String>>) -> Self
The property names.
sourcepub fn get_property_names(&self) -> &Option<Vec<String>>
pub fn get_property_names(&self) -> &Option<Vec<String>>
The property names.
sourcepub fn update_type(self, input: PropertyGroupUpdateType) -> Self
pub fn update_type(self, input: PropertyGroupUpdateType) -> Self
The update type.
sourcepub fn set_update_type(self, input: Option<PropertyGroupUpdateType>) -> Self
pub fn set_update_type(self, input: Option<PropertyGroupUpdateType>) -> Self
The update type.
sourcepub fn get_update_type(&self) -> &Option<PropertyGroupUpdateType>
pub fn get_update_type(&self) -> &Option<PropertyGroupUpdateType>
The update type.
sourcepub fn build(self) -> ComponentPropertyGroupRequest
pub fn build(self) -> ComponentPropertyGroupRequest
Consumes the builder and constructs a ComponentPropertyGroupRequest.
Trait Implementations§
source§impl Clone for ComponentPropertyGroupRequestBuilder
impl Clone for ComponentPropertyGroupRequestBuilder
source§fn clone(&self) -> ComponentPropertyGroupRequestBuilder
fn clone(&self) -> ComponentPropertyGroupRequestBuilder
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 ComponentPropertyGroupRequestBuilder
impl Default for ComponentPropertyGroupRequestBuilder
source§fn default() -> ComponentPropertyGroupRequestBuilder
fn default() -> ComponentPropertyGroupRequestBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ComponentPropertyGroupRequestBuilder
impl PartialEq for ComponentPropertyGroupRequestBuilder
source§fn eq(&self, other: &ComponentPropertyGroupRequestBuilder) -> bool
fn eq(&self, other: &ComponentPropertyGroupRequestBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ComponentPropertyGroupRequestBuilder
Auto Trait Implementations§
impl Freeze for ComponentPropertyGroupRequestBuilder
impl RefUnwindSafe for ComponentPropertyGroupRequestBuilder
impl Send for ComponentPropertyGroupRequestBuilder
impl Sync for ComponentPropertyGroupRequestBuilder
impl Unpin for ComponentPropertyGroupRequestBuilder
impl UnwindSafe for ComponentPropertyGroupRequestBuilder
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.