#[non_exhaustive]pub struct PutApprovalResultInput { /* private fields */ }
Expand description
Represents the input of a PutApprovalResult
action.
Implementations§
source§impl PutApprovalResultInput
impl PutApprovalResultInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutApprovalResult, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutApprovalResult, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutApprovalResult
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutApprovalResultInput
.
source§impl PutApprovalResultInput
impl PutApprovalResultInput
sourcepub fn pipeline_name(&self) -> Option<&str>
pub fn pipeline_name(&self) -> Option<&str>
The name of the pipeline that contains the action.
sourcepub fn stage_name(&self) -> Option<&str>
pub fn stage_name(&self) -> Option<&str>
The name of the stage that contains the action.
sourcepub fn action_name(&self) -> Option<&str>
pub fn action_name(&self) -> Option<&str>
The name of the action for which approval is requested.
sourcepub fn result(&self) -> Option<&ApprovalResult>
pub fn result(&self) -> Option<&ApprovalResult>
Represents information about the result of the approval request.
Trait Implementations§
source§impl Clone for PutApprovalResultInput
impl Clone for PutApprovalResultInput
source§fn clone(&self) -> PutApprovalResultInput
fn clone(&self) -> PutApprovalResultInput
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 PutApprovalResultInput
impl Debug for PutApprovalResultInput
source§impl PartialEq<PutApprovalResultInput> for PutApprovalResultInput
impl PartialEq<PutApprovalResultInput> for PutApprovalResultInput
source§fn eq(&self, other: &PutApprovalResultInput) -> bool
fn eq(&self, other: &PutApprovalResultInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.