Struct aws_sdk_databrew::operation::send_project_session_action::builders::SendProjectSessionActionOutputBuilder
source · #[non_exhaustive]pub struct SendProjectSessionActionOutputBuilder { /* private fields */ }Expand description
A builder for SendProjectSessionActionOutput.
Implementations§
source§impl SendProjectSessionActionOutputBuilder
impl SendProjectSessionActionOutputBuilder
sourcepub fn result(self, input: impl Into<String>) -> Self
pub fn result(self, input: impl Into<String>) -> Self
A message indicating the result of performing the action.
sourcepub fn set_result(self, input: Option<String>) -> Self
pub fn set_result(self, input: Option<String>) -> Self
A message indicating the result of performing the action.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the project that was affected by the action.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the project that was affected by the action.
sourcepub fn action_id(self, input: i32) -> Self
pub fn action_id(self, input: i32) -> Self
A unique identifier for the action that was performed.
sourcepub fn set_action_id(self, input: Option<i32>) -> Self
pub fn set_action_id(self, input: Option<i32>) -> Self
A unique identifier for the action that was performed.
sourcepub fn build(self) -> SendProjectSessionActionOutput
pub fn build(self) -> SendProjectSessionActionOutput
Consumes the builder and constructs a SendProjectSessionActionOutput.
Trait Implementations§
source§impl Clone for SendProjectSessionActionOutputBuilder
impl Clone for SendProjectSessionActionOutputBuilder
source§fn clone(&self) -> SendProjectSessionActionOutputBuilder
fn clone(&self) -> SendProjectSessionActionOutputBuilder
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 SendProjectSessionActionOutputBuilder
impl Default for SendProjectSessionActionOutputBuilder
source§fn default() -> SendProjectSessionActionOutputBuilder
fn default() -> SendProjectSessionActionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SendProjectSessionActionOutputBuilder> for SendProjectSessionActionOutputBuilder
impl PartialEq<SendProjectSessionActionOutputBuilder> for SendProjectSessionActionOutputBuilder
source§fn eq(&self, other: &SendProjectSessionActionOutputBuilder) -> bool
fn eq(&self, other: &SendProjectSessionActionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.