Struct aws_sdk_codepipeline::input::UpdateActionTypeInput
source · [−]#[non_exhaustive]pub struct UpdateActionTypeInput { /* private fields */ }
Implementations
sourceimpl UpdateActionTypeInput
impl UpdateActionTypeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateActionType, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateActionType, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateActionType
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateActionTypeInput
.
sourceimpl UpdateActionTypeInput
impl UpdateActionTypeInput
sourcepub fn action_type(&self) -> Option<&ActionTypeDeclaration>
pub fn action_type(&self) -> Option<&ActionTypeDeclaration>
The action type definition for the action type to be updated.
Trait Implementations
sourceimpl Clone for UpdateActionTypeInput
impl Clone for UpdateActionTypeInput
sourcefn clone(&self) -> UpdateActionTypeInput
fn clone(&self) -> UpdateActionTypeInput
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 UpdateActionTypeInput
impl Debug for UpdateActionTypeInput
sourceimpl PartialEq<UpdateActionTypeInput> for UpdateActionTypeInput
impl PartialEq<UpdateActionTypeInput> for UpdateActionTypeInput
sourcefn eq(&self, other: &UpdateActionTypeInput) -> bool
fn eq(&self, other: &UpdateActionTypeInput) -> bool
impl StructuralPartialEq for UpdateActionTypeInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateActionTypeInput
impl Send for UpdateActionTypeInput
impl Sync for UpdateActionTypeInput
impl Unpin for UpdateActionTypeInput
impl UnwindSafe for UpdateActionTypeInput
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