Struct aws_sdk_m2::input::GetApplicationVersionInput  
source · [−]#[non_exhaustive]pub struct GetApplicationVersionInput { /* private fields */ }Implementations
sourceimpl GetApplicationVersionInput
 
impl GetApplicationVersionInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<GetApplicationVersion, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<GetApplicationVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetApplicationVersion>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApplicationVersionInput.
sourceimpl GetApplicationVersionInput
 
impl GetApplicationVersionInput
sourcepub fn application_id(&self) -> Option<&str>
 
pub fn application_id(&self) -> Option<&str>
The unique identifier of the application.
sourcepub fn application_version(&self) -> Option<i32>
 
pub fn application_version(&self) -> Option<i32>
The specific version of the application.
Trait Implementations
sourceimpl Clone for GetApplicationVersionInput
 
impl Clone for GetApplicationVersionInput
sourcefn clone(&self) -> GetApplicationVersionInput
 
fn clone(&self) -> GetApplicationVersionInput
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 GetApplicationVersionInput
 
impl Debug for GetApplicationVersionInput
sourceimpl PartialEq<GetApplicationVersionInput> for GetApplicationVersionInput
 
impl PartialEq<GetApplicationVersionInput> for GetApplicationVersionInput
sourcefn eq(&self, other: &GetApplicationVersionInput) -> bool
 
fn eq(&self, other: &GetApplicationVersionInput) -> bool
impl StructuralPartialEq for GetApplicationVersionInput
Auto Trait Implementations
impl RefUnwindSafe for GetApplicationVersionInput
impl Send for GetApplicationVersionInput
impl Sync for GetApplicationVersionInput
impl Unpin for GetApplicationVersionInput
impl UnwindSafe for GetApplicationVersionInput
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