#[non_exhaustive]pub struct BotReplicaSummaryBuilder { /* private fields */ }Expand description
A builder for BotReplicaSummary.
Implementations§
source§impl BotReplicaSummaryBuilder
impl BotReplicaSummaryBuilder
sourcepub fn replica_region(self, input: impl Into<String>) -> Self
pub fn replica_region(self, input: impl Into<String>) -> Self
The replica region used in the replication statuses summary.
sourcepub fn set_replica_region(self, input: Option<String>) -> Self
pub fn set_replica_region(self, input: Option<String>) -> Self
The replica region used in the replication statuses summary.
sourcepub fn get_replica_region(&self) -> &Option<String>
pub fn get_replica_region(&self) -> &Option<String>
The replica region used in the replication statuses summary.
sourcepub fn creation_date_time(self, input: DateTime) -> Self
pub fn creation_date_time(self, input: DateTime) -> Self
The creation time and date for the replicated bots.
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
The creation time and date for the replicated bots.
sourcepub fn get_creation_date_time(&self) -> &Option<DateTime>
pub fn get_creation_date_time(&self) -> &Option<DateTime>
The creation time and date for the replicated bots.
sourcepub fn bot_replica_status(self, input: BotReplicaStatus) -> Self
pub fn bot_replica_status(self, input: BotReplicaStatus) -> Self
The operation status for the replicated bot applicable.
sourcepub fn set_bot_replica_status(self, input: Option<BotReplicaStatus>) -> Self
pub fn set_bot_replica_status(self, input: Option<BotReplicaStatus>) -> Self
The operation status for the replicated bot applicable.
sourcepub fn get_bot_replica_status(&self) -> &Option<BotReplicaStatus>
pub fn get_bot_replica_status(&self) -> &Option<BotReplicaStatus>
The operation status for the replicated bot applicable.
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 reasons for the failure for the replicated bot.
sourcepub fn set_failure_reasons(self, input: Option<Vec<String>>) -> Self
pub fn set_failure_reasons(self, input: Option<Vec<String>>) -> Self
The reasons for the failure for the replicated bot.
sourcepub fn get_failure_reasons(&self) -> &Option<Vec<String>>
pub fn get_failure_reasons(&self) -> &Option<Vec<String>>
The reasons for the failure for the replicated bot.
sourcepub fn build(self) -> BotReplicaSummary
pub fn build(self) -> BotReplicaSummary
Consumes the builder and constructs a BotReplicaSummary.
Trait Implementations§
source§impl Clone for BotReplicaSummaryBuilder
impl Clone for BotReplicaSummaryBuilder
source§fn clone(&self) -> BotReplicaSummaryBuilder
fn clone(&self) -> BotReplicaSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for BotReplicaSummaryBuilder
impl Debug for BotReplicaSummaryBuilder
source§impl Default for BotReplicaSummaryBuilder
impl Default for BotReplicaSummaryBuilder
source§fn default() -> BotReplicaSummaryBuilder
fn default() -> BotReplicaSummaryBuilder
source§impl PartialEq for BotReplicaSummaryBuilder
impl PartialEq for BotReplicaSummaryBuilder
source§fn eq(&self, other: &BotReplicaSummaryBuilder) -> bool
fn eq(&self, other: &BotReplicaSummaryBuilder) -> bool
self and other values to be equal, and is used
by ==.