Struct aws_sdk_codedeploy::input::UpdateApplicationInput
source · [−]#[non_exhaustive]pub struct UpdateApplicationInput { /* private fields */ }
Expand description
Represents the input of an UpdateApplication
operation.
Implementations
sourceimpl UpdateApplicationInput
impl UpdateApplicationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateApplication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateApplication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateApplication
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateApplicationInput
.
sourceimpl UpdateApplicationInput
impl UpdateApplicationInput
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The current name of the application you want to change.
sourcepub fn new_application_name(&self) -> Option<&str>
pub fn new_application_name(&self) -> Option<&str>
The new name to give the application.
Trait Implementations
sourceimpl Clone for UpdateApplicationInput
impl Clone for UpdateApplicationInput
sourcefn clone(&self) -> UpdateApplicationInput
fn clone(&self) -> UpdateApplicationInput
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 UpdateApplicationInput
impl Debug for UpdateApplicationInput
sourceimpl PartialEq<UpdateApplicationInput> for UpdateApplicationInput
impl PartialEq<UpdateApplicationInput> for UpdateApplicationInput
sourcefn eq(&self, other: &UpdateApplicationInput) -> bool
fn eq(&self, other: &UpdateApplicationInput) -> bool
impl StructuralPartialEq for UpdateApplicationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateApplicationInput
impl Send for UpdateApplicationInput
impl Sync for UpdateApplicationInput
impl Unpin for UpdateApplicationInput
impl UnwindSafe for UpdateApplicationInput
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