Struct aws_sdk_panorama::operation::describe_application_instance::builders::DescribeApplicationInstanceOutputBuilder
source · #[non_exhaustive]pub struct DescribeApplicationInstanceOutputBuilder { /* private fields */ }Expand description
A builder for DescribeApplicationInstanceOutput.
Implementations§
source§impl DescribeApplicationInstanceOutputBuilder
impl DescribeApplicationInstanceOutputBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The application instance's description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The application instance's description.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The application instance's description.
sourcepub fn default_runtime_context_device(self, input: impl Into<String>) -> Self
pub fn default_runtime_context_device(self, input: impl Into<String>) -> Self
The device's ID.
sourcepub fn set_default_runtime_context_device(self, input: Option<String>) -> Self
pub fn set_default_runtime_context_device(self, input: Option<String>) -> Self
The device's ID.
sourcepub fn get_default_runtime_context_device(&self) -> &Option<String>
pub fn get_default_runtime_context_device(&self) -> &Option<String>
The device's ID.
sourcepub fn default_runtime_context_device_name(
self,
input: impl Into<String>,
) -> Self
pub fn default_runtime_context_device_name( self, input: impl Into<String>, ) -> Self
The device's bane.
sourcepub fn set_default_runtime_context_device_name(
self,
input: Option<String>,
) -> Self
pub fn set_default_runtime_context_device_name( self, input: Option<String>, ) -> Self
The device's bane.
sourcepub fn get_default_runtime_context_device_name(&self) -> &Option<String>
pub fn get_default_runtime_context_device_name(&self) -> &Option<String>
The device's bane.
sourcepub fn application_instance_id_to_replace(
self,
input: impl Into<String>,
) -> Self
pub fn application_instance_id_to_replace( self, input: impl Into<String>, ) -> Self
The ID of the application instance that this instance replaced.
sourcepub fn set_application_instance_id_to_replace(
self,
input: Option<String>,
) -> Self
pub fn set_application_instance_id_to_replace( self, input: Option<String>, ) -> Self
The ID of the application instance that this instance replaced.
sourcepub fn get_application_instance_id_to_replace(&self) -> &Option<String>
pub fn get_application_instance_id_to_replace(&self) -> &Option<String>
The ID of the application instance that this instance replaced.
sourcepub fn runtime_role_arn(self, input: impl Into<String>) -> Self
pub fn runtime_role_arn(self, input: impl Into<String>) -> Self
The application instance's runtime role ARN.
sourcepub fn set_runtime_role_arn(self, input: Option<String>) -> Self
pub fn set_runtime_role_arn(self, input: Option<String>) -> Self
The application instance's runtime role ARN.
sourcepub fn get_runtime_role_arn(&self) -> &Option<String>
pub fn get_runtime_role_arn(&self) -> &Option<String>
The application instance's runtime role ARN.
sourcepub fn status(self, input: ApplicationInstanceStatus) -> Self
pub fn status(self, input: ApplicationInstanceStatus) -> Self
The application instance's status.
sourcepub fn set_status(self, input: Option<ApplicationInstanceStatus>) -> Self
pub fn set_status(self, input: Option<ApplicationInstanceStatus>) -> Self
The application instance's status.
sourcepub fn get_status(&self) -> &Option<ApplicationInstanceStatus>
pub fn get_status(&self) -> &Option<ApplicationInstanceStatus>
The application instance's status.
sourcepub fn health_status(self, input: ApplicationInstanceHealthStatus) -> Self
pub fn health_status(self, input: ApplicationInstanceHealthStatus) -> Self
The application instance's health status.
sourcepub fn set_health_status(
self,
input: Option<ApplicationInstanceHealthStatus>,
) -> Self
pub fn set_health_status( self, input: Option<ApplicationInstanceHealthStatus>, ) -> Self
The application instance's health status.
sourcepub fn get_health_status(&self) -> &Option<ApplicationInstanceHealthStatus>
pub fn get_health_status(&self) -> &Option<ApplicationInstanceHealthStatus>
The application instance's health status.
sourcepub fn status_description(self, input: impl Into<String>) -> Self
pub fn status_description(self, input: impl Into<String>) -> Self
The application instance's status description.
sourcepub fn set_status_description(self, input: Option<String>) -> Self
pub fn set_status_description(self, input: Option<String>) -> Self
The application instance's status description.
sourcepub fn get_status_description(&self) -> &Option<String>
pub fn get_status_description(&self) -> &Option<String>
The application instance's status description.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
When the application instance was created.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
When the application instance was created.
sourcepub fn get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
When the application instance was created.
sourcepub fn last_updated_time(self, input: DateTime) -> Self
pub fn last_updated_time(self, input: DateTime) -> Self
The application instance was updated.
sourcepub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
The application instance was updated.
sourcepub fn get_last_updated_time(&self) -> &Option<DateTime>
pub fn get_last_updated_time(&self) -> &Option<DateTime>
The application instance was updated.
sourcepub fn application_instance_id(self, input: impl Into<String>) -> Self
pub fn application_instance_id(self, input: impl Into<String>) -> Self
The application instance's ID.
sourcepub fn set_application_instance_id(self, input: Option<String>) -> Self
pub fn set_application_instance_id(self, input: Option<String>) -> Self
The application instance's ID.
sourcepub fn get_application_instance_id(&self) -> &Option<String>
pub fn get_application_instance_id(&self) -> &Option<String>
The application instance's ID.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The application instance's tags.
The application instance's tags.
The application instance's tags.
sourcepub fn runtime_context_states(self, input: ReportedRuntimeContextState) -> Self
pub fn runtime_context_states(self, input: ReportedRuntimeContextState) -> Self
Appends an item to runtime_context_states.
To override the contents of this collection use set_runtime_context_states.
The application instance's state.
sourcepub fn set_runtime_context_states(
self,
input: Option<Vec<ReportedRuntimeContextState>>,
) -> Self
pub fn set_runtime_context_states( self, input: Option<Vec<ReportedRuntimeContextState>>, ) -> Self
The application instance's state.
sourcepub fn get_runtime_context_states(
&self,
) -> &Option<Vec<ReportedRuntimeContextState>>
pub fn get_runtime_context_states( &self, ) -> &Option<Vec<ReportedRuntimeContextState>>
The application instance's state.
sourcepub fn build(self) -> DescribeApplicationInstanceOutput
pub fn build(self) -> DescribeApplicationInstanceOutput
Consumes the builder and constructs a DescribeApplicationInstanceOutput.
Trait Implementations§
source§impl Clone for DescribeApplicationInstanceOutputBuilder
impl Clone for DescribeApplicationInstanceOutputBuilder
source§fn clone(&self) -> DescribeApplicationInstanceOutputBuilder
fn clone(&self) -> DescribeApplicationInstanceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeApplicationInstanceOutputBuilder
impl Default for DescribeApplicationInstanceOutputBuilder
source§fn default() -> DescribeApplicationInstanceOutputBuilder
fn default() -> DescribeApplicationInstanceOutputBuilder
source§impl PartialEq for DescribeApplicationInstanceOutputBuilder
impl PartialEq for DescribeApplicationInstanceOutputBuilder
source§fn eq(&self, other: &DescribeApplicationInstanceOutputBuilder) -> bool
fn eq(&self, other: &DescribeApplicationInstanceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeApplicationInstanceOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeApplicationInstanceOutputBuilder
impl RefUnwindSafe for DescribeApplicationInstanceOutputBuilder
impl Send for DescribeApplicationInstanceOutputBuilder
impl Sync for DescribeApplicationInstanceOutputBuilder
impl Unpin for DescribeApplicationInstanceOutputBuilder
impl UnwindSafe for DescribeApplicationInstanceOutputBuilder
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
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more