Struct aws_sdk_connect::operation::describe_instance::builders::DescribeInstanceOutputBuilder
source · #[non_exhaustive]pub struct DescribeInstanceOutputBuilder { /* private fields */ }Expand description
A builder for DescribeInstanceOutput.
Implementations§
source§impl DescribeInstanceOutputBuilder
impl DescribeInstanceOutputBuilder
sourcepub fn set_instance(self, input: Option<Instance>) -> Self
pub fn set_instance(self, input: Option<Instance>) -> Self
The name of the instance.
sourcepub fn get_instance(&self) -> &Option<Instance>
pub fn get_instance(&self) -> &Option<Instance>
The name of the instance.
sourcepub fn replication_configuration(self, input: ReplicationConfiguration) -> Self
pub fn replication_configuration(self, input: ReplicationConfiguration) -> Self
Status information about the replication process. This field is included only when you are using the ReplicateInstance API to replicate an Amazon Connect instance across Amazon Web Services Regions. For information about replicating Amazon Connect instances, see Create a replica of your existing Amazon Connect instance in the Amazon Connect Administrator Guide.
sourcepub fn set_replication_configuration(
self,
input: Option<ReplicationConfiguration>,
) -> Self
pub fn set_replication_configuration( self, input: Option<ReplicationConfiguration>, ) -> Self
Status information about the replication process. This field is included only when you are using the ReplicateInstance API to replicate an Amazon Connect instance across Amazon Web Services Regions. For information about replicating Amazon Connect instances, see Create a replica of your existing Amazon Connect instance in the Amazon Connect Administrator Guide.
sourcepub fn get_replication_configuration(&self) -> &Option<ReplicationConfiguration>
pub fn get_replication_configuration(&self) -> &Option<ReplicationConfiguration>
Status information about the replication process. This field is included only when you are using the ReplicateInstance API to replicate an Amazon Connect instance across Amazon Web Services Regions. For information about replicating Amazon Connect instances, see Create a replica of your existing Amazon Connect instance in the Amazon Connect Administrator Guide.
sourcepub fn build(self) -> DescribeInstanceOutput
pub fn build(self) -> DescribeInstanceOutput
Consumes the builder and constructs a DescribeInstanceOutput.
Trait Implementations§
source§impl Clone for DescribeInstanceOutputBuilder
impl Clone for DescribeInstanceOutputBuilder
source§fn clone(&self) -> DescribeInstanceOutputBuilder
fn clone(&self) -> DescribeInstanceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeInstanceOutputBuilder
impl Default for DescribeInstanceOutputBuilder
source§fn default() -> DescribeInstanceOutputBuilder
fn default() -> DescribeInstanceOutputBuilder
source§impl PartialEq for DescribeInstanceOutputBuilder
impl PartialEq for DescribeInstanceOutputBuilder
source§fn eq(&self, other: &DescribeInstanceOutputBuilder) -> bool
fn eq(&self, other: &DescribeInstanceOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeInstanceOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeInstanceOutputBuilder
impl RefUnwindSafe for DescribeInstanceOutputBuilder
impl Send for DescribeInstanceOutputBuilder
impl Sync for DescribeInstanceOutputBuilder
impl Unpin for DescribeInstanceOutputBuilder
impl UnwindSafe for DescribeInstanceOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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