Struct aws_sdk_migrationhub::operation::describe_application_state::builders::DescribeApplicationStateOutputBuilder
source · #[non_exhaustive]pub struct DescribeApplicationStateOutputBuilder { /* private fields */ }Expand description
A builder for DescribeApplicationStateOutput.
Implementations§
source§impl DescribeApplicationStateOutputBuilder
impl DescribeApplicationStateOutputBuilder
sourcepub fn application_status(self, input: ApplicationStatus) -> Self
pub fn application_status(self, input: ApplicationStatus) -> Self
Status of the application - Not Started, In-Progress, Complete.
sourcepub fn set_application_status(self, input: Option<ApplicationStatus>) -> Self
pub fn set_application_status(self, input: Option<ApplicationStatus>) -> Self
Status of the application - Not Started, In-Progress, Complete.
sourcepub fn get_application_status(&self) -> &Option<ApplicationStatus>
pub fn get_application_status(&self) -> &Option<ApplicationStatus>
Status of the application - Not Started, In-Progress, Complete.
sourcepub fn last_updated_time(self, input: DateTime) -> Self
pub fn last_updated_time(self, input: DateTime) -> Self
The timestamp when the application status was last updated.
sourcepub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
The timestamp when the application status was last updated.
sourcepub fn get_last_updated_time(&self) -> &Option<DateTime>
pub fn get_last_updated_time(&self) -> &Option<DateTime>
The timestamp when the application status was last updated.
sourcepub fn build(self) -> DescribeApplicationStateOutput
pub fn build(self) -> DescribeApplicationStateOutput
Consumes the builder and constructs a DescribeApplicationStateOutput.
Trait Implementations§
source§impl Clone for DescribeApplicationStateOutputBuilder
impl Clone for DescribeApplicationStateOutputBuilder
source§fn clone(&self) -> DescribeApplicationStateOutputBuilder
fn clone(&self) -> DescribeApplicationStateOutputBuilder
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 Default for DescribeApplicationStateOutputBuilder
impl Default for DescribeApplicationStateOutputBuilder
source§fn default() -> DescribeApplicationStateOutputBuilder
fn default() -> DescribeApplicationStateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeApplicationStateOutputBuilder
impl PartialEq for DescribeApplicationStateOutputBuilder
source§fn eq(&self, other: &DescribeApplicationStateOutputBuilder) -> bool
fn eq(&self, other: &DescribeApplicationStateOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeApplicationStateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeApplicationStateOutputBuilder
impl Send for DescribeApplicationStateOutputBuilder
impl Sync for DescribeApplicationStateOutputBuilder
impl Unpin for DescribeApplicationStateOutputBuilder
impl UnwindSafe for DescribeApplicationStateOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.