Struct aws_sdk_codepipeline::input::UpdateActionTypeInput
source · #[non_exhaustive]pub struct UpdateActionTypeInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for UpdateActionTypeInput
impl Clone for UpdateActionTypeInput
source§fn clone(&self) -> UpdateActionTypeInput
fn clone(&self) -> UpdateActionTypeInput
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 UpdateActionTypeInput
impl Debug for UpdateActionTypeInput
source§impl PartialEq<UpdateActionTypeInput> for UpdateActionTypeInput
impl PartialEq<UpdateActionTypeInput> for UpdateActionTypeInput
source§fn eq(&self, other: &UpdateActionTypeInput) -> bool
fn eq(&self, other: &UpdateActionTypeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.