Struct aws_sdk_lexmodelsv2::operation::describe_bot_replica::builders::DescribeBotReplicaOutputBuilder
source · #[non_exhaustive]pub struct DescribeBotReplicaOutputBuilder { /* private fields */ }Expand description
A builder for DescribeBotReplicaOutput.
Implementations§
source§impl DescribeBotReplicaOutputBuilder
impl DescribeBotReplicaOutputBuilder
sourcepub fn bot_id(self, input: impl Into<String>) -> Self
pub fn bot_id(self, input: impl Into<String>) -> Self
The unique bot ID of the replicated bot being monitored.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The unique bot ID of the replicated bot being monitored.
sourcepub fn get_bot_id(&self) -> &Option<String>
pub fn get_bot_id(&self) -> &Option<String>
The unique bot ID of the replicated bot being monitored.
sourcepub fn replica_region(self, input: impl Into<String>) -> Self
pub fn replica_region(self, input: impl Into<String>) -> Self
The region of the replicated bot being monitored.
sourcepub fn set_replica_region(self, input: Option<String>) -> Self
pub fn set_replica_region(self, input: Option<String>) -> Self
The region of the replicated bot being monitored.
sourcepub fn get_replica_region(&self) -> &Option<String>
pub fn get_replica_region(&self) -> &Option<String>
The region of the replicated bot being monitored.
sourcepub fn source_region(self, input: impl Into<String>) -> Self
pub fn source_region(self, input: impl Into<String>) -> Self
The source region of the replicated bot being monitored.
sourcepub fn set_source_region(self, input: Option<String>) -> Self
pub fn set_source_region(self, input: Option<String>) -> Self
The source region of the replicated bot being monitored.
sourcepub fn get_source_region(&self) -> &Option<String>
pub fn get_source_region(&self) -> &Option<String>
The source region of the replicated bot being monitored.
sourcepub fn creation_date_time(self, input: DateTime) -> Self
pub fn creation_date_time(self, input: DateTime) -> Self
The creation date and time of the replicated bot being monitored.
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
The creation date and time of the replicated bot being monitored.
sourcepub fn get_creation_date_time(&self) -> &Option<DateTime>
pub fn get_creation_date_time(&self) -> &Option<DateTime>
The creation date and time of the replicated bot being monitored.
sourcepub fn bot_replica_status(self, input: BotReplicaStatus) -> Self
pub fn bot_replica_status(self, input: BotReplicaStatus) -> Self
The operational status of the replicated bot being monitored.
sourcepub fn set_bot_replica_status(self, input: Option<BotReplicaStatus>) -> Self
pub fn set_bot_replica_status(self, input: Option<BotReplicaStatus>) -> Self
The operational status of the replicated bot being monitored.
sourcepub fn get_bot_replica_status(&self) -> &Option<BotReplicaStatus>
pub fn get_bot_replica_status(&self) -> &Option<BotReplicaStatus>
The operational status of the replicated bot being monitored.
sourcepub fn failure_reasons(self, input: impl Into<String>) -> Self
pub fn failure_reasons(self, input: impl Into<String>) -> Self
Appends an item to failure_reasons.
To override the contents of this collection use set_failure_reasons.
The failure reasons the bot being monitored failed to replicate.
sourcepub fn set_failure_reasons(self, input: Option<Vec<String>>) -> Self
pub fn set_failure_reasons(self, input: Option<Vec<String>>) -> Self
The failure reasons the bot being monitored failed to replicate.
sourcepub fn get_failure_reasons(&self) -> &Option<Vec<String>>
pub fn get_failure_reasons(&self) -> &Option<Vec<String>>
The failure reasons the bot being monitored failed to replicate.
sourcepub fn build(self) -> DescribeBotReplicaOutput
pub fn build(self) -> DescribeBotReplicaOutput
Consumes the builder and constructs a DescribeBotReplicaOutput.
Trait Implementations§
source§impl Clone for DescribeBotReplicaOutputBuilder
impl Clone for DescribeBotReplicaOutputBuilder
source§fn clone(&self) -> DescribeBotReplicaOutputBuilder
fn clone(&self) -> DescribeBotReplicaOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeBotReplicaOutputBuilder
impl Default for DescribeBotReplicaOutputBuilder
source§fn default() -> DescribeBotReplicaOutputBuilder
fn default() -> DescribeBotReplicaOutputBuilder
source§impl PartialEq for DescribeBotReplicaOutputBuilder
impl PartialEq for DescribeBotReplicaOutputBuilder
source§fn eq(&self, other: &DescribeBotReplicaOutputBuilder) -> bool
fn eq(&self, other: &DescribeBotReplicaOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.