pub struct Builder { /* private fields */ }
Expand description
A builder for SendProjectSessionActionOutput
.
Implementations§
source§impl Builder
impl Builder
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
.