#[non_exhaustive]pub struct RuleGroupSourceCustomActionsDetailsBuilder { /* private fields */ }
Expand description
A builder for RuleGroupSourceCustomActionsDetails
.
Implementations§
source§impl RuleGroupSourceCustomActionsDetailsBuilder
impl RuleGroupSourceCustomActionsDetailsBuilder
sourcepub fn action_definition(self, input: StatelessCustomActionDefinition) -> Self
pub fn action_definition(self, input: StatelessCustomActionDefinition) -> Self
The definition of a custom action.
sourcepub fn set_action_definition(
self,
input: Option<StatelessCustomActionDefinition>
) -> Self
pub fn set_action_definition( self, input: Option<StatelessCustomActionDefinition> ) -> Self
The definition of a custom action.
sourcepub fn get_action_definition(&self) -> &Option<StatelessCustomActionDefinition>
pub fn get_action_definition(&self) -> &Option<StatelessCustomActionDefinition>
The definition of a custom action.
sourcepub fn action_name(self, input: impl Into<String>) -> Self
pub fn action_name(self, input: impl Into<String>) -> Self
A descriptive name of the custom action.
sourcepub fn set_action_name(self, input: Option<String>) -> Self
pub fn set_action_name(self, input: Option<String>) -> Self
A descriptive name of the custom action.
sourcepub fn get_action_name(&self) -> &Option<String>
pub fn get_action_name(&self) -> &Option<String>
A descriptive name of the custom action.
sourcepub fn build(self) -> RuleGroupSourceCustomActionsDetails
pub fn build(self) -> RuleGroupSourceCustomActionsDetails
Consumes the builder and constructs a RuleGroupSourceCustomActionsDetails
.
Trait Implementations§
source§impl Clone for RuleGroupSourceCustomActionsDetailsBuilder
impl Clone for RuleGroupSourceCustomActionsDetailsBuilder
source§fn clone(&self) -> RuleGroupSourceCustomActionsDetailsBuilder
fn clone(&self) -> RuleGroupSourceCustomActionsDetailsBuilder
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 RuleGroupSourceCustomActionsDetailsBuilder
impl Default for RuleGroupSourceCustomActionsDetailsBuilder
source§fn default() -> RuleGroupSourceCustomActionsDetailsBuilder
fn default() -> RuleGroupSourceCustomActionsDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RuleGroupSourceCustomActionsDetailsBuilder
impl PartialEq for RuleGroupSourceCustomActionsDetailsBuilder
source§fn eq(&self, other: &RuleGroupSourceCustomActionsDetailsBuilder) -> bool
fn eq(&self, other: &RuleGroupSourceCustomActionsDetailsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RuleGroupSourceCustomActionsDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RuleGroupSourceCustomActionsDetailsBuilder
impl Send for RuleGroupSourceCustomActionsDetailsBuilder
impl Sync for RuleGroupSourceCustomActionsDetailsBuilder
impl Unpin for RuleGroupSourceCustomActionsDetailsBuilder
impl UnwindSafe for RuleGroupSourceCustomActionsDetailsBuilder
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.