Struct aws_sdk_codepipeline::input::PutApprovalResultInput
source · [−]#[non_exhaustive]pub struct PutApprovalResultInput { /* private fields */ }
Expand description
Represents the input of a PutApprovalResult
action.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for PutApprovalResultInput
impl Clone for PutApprovalResultInput
sourcefn clone(&self) -> PutApprovalResultInput
fn clone(&self) -> PutApprovalResultInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PutApprovalResultInput
impl Debug for PutApprovalResultInput
sourceimpl PartialEq<PutApprovalResultInput> for PutApprovalResultInput
impl PartialEq<PutApprovalResultInput> for PutApprovalResultInput
sourcefn eq(&self, other: &PutApprovalResultInput) -> bool
fn eq(&self, other: &PutApprovalResultInput) -> bool
impl StructuralPartialEq for PutApprovalResultInput
Auto Trait Implementations
impl RefUnwindSafe for PutApprovalResultInput
impl Send for PutApprovalResultInput
impl Sync for PutApprovalResultInput
impl Unpin for PutApprovalResultInput
impl UnwindSafe for PutApprovalResultInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more