#[non_exhaustive]pub struct UpdateActionOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateActionOutput
.
Implementations§
source§impl UpdateActionOutputBuilder
impl UpdateActionOutputBuilder
sourcepub fn action_arn(self, input: impl Into<String>) -> Self
pub fn action_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the action.
sourcepub fn set_action_arn(self, input: Option<String>) -> Self
pub fn set_action_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the action.
sourcepub fn build(self) -> UpdateActionOutput
pub fn build(self) -> UpdateActionOutput
Consumes the builder and constructs a UpdateActionOutput
.
Trait Implementations§
source§impl Clone for UpdateActionOutputBuilder
impl Clone for UpdateActionOutputBuilder
source§fn clone(&self) -> UpdateActionOutputBuilder
fn clone(&self) -> UpdateActionOutputBuilder
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 UpdateActionOutputBuilder
impl Debug for UpdateActionOutputBuilder
source§impl Default for UpdateActionOutputBuilder
impl Default for UpdateActionOutputBuilder
source§fn default() -> UpdateActionOutputBuilder
fn default() -> UpdateActionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateActionOutputBuilder> for UpdateActionOutputBuilder
impl PartialEq<UpdateActionOutputBuilder> for UpdateActionOutputBuilder
source§fn eq(&self, other: &UpdateActionOutputBuilder) -> bool
fn eq(&self, other: &UpdateActionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.