#[non_exhaustive]pub struct BotAliasReplicaSummaryBuilder { /* private fields */ }Expand description
A builder for BotAliasReplicaSummary.
Implementations§
source§impl BotAliasReplicaSummaryBuilder
impl BotAliasReplicaSummaryBuilder
sourcepub fn bot_alias_id(self, input: impl Into<String>) -> Self
pub fn bot_alias_id(self, input: impl Into<String>) -> Self
The bot alias ID for all the alias bot replications.
sourcepub fn set_bot_alias_id(self, input: Option<String>) -> Self
pub fn set_bot_alias_id(self, input: Option<String>) -> Self
The bot alias ID for all the alias bot replications.
sourcepub fn get_bot_alias_id(&self) -> &Option<String>
pub fn get_bot_alias_id(&self) -> &Option<String>
The bot alias ID for all the alias bot replications.
sourcepub fn bot_alias_replication_status(
self,
input: BotAliasReplicationStatus
) -> Self
pub fn bot_alias_replication_status( self, input: BotAliasReplicationStatus ) -> Self
The replication statuses for all the alias bot replications.
sourcepub fn set_bot_alias_replication_status(
self,
input: Option<BotAliasReplicationStatus>
) -> Self
pub fn set_bot_alias_replication_status( self, input: Option<BotAliasReplicationStatus> ) -> Self
The replication statuses for all the alias bot replications.
sourcepub fn get_bot_alias_replication_status(
&self
) -> &Option<BotAliasReplicationStatus>
pub fn get_bot_alias_replication_status( &self ) -> &Option<BotAliasReplicationStatus>
The replication statuses for all the alias bot replications.
sourcepub fn bot_version(self, input: impl Into<String>) -> Self
pub fn bot_version(self, input: impl Into<String>) -> Self
The bot version for all the alias bot replications.
sourcepub fn set_bot_version(self, input: Option<String>) -> Self
pub fn set_bot_version(self, input: Option<String>) -> Self
The bot version for all the alias bot replications.
sourcepub fn get_bot_version(&self) -> &Option<String>
pub fn get_bot_version(&self) -> &Option<String>
The bot version for all the alias bot replications.
sourcepub fn creation_date_time(self, input: DateTime) -> Self
pub fn creation_date_time(self, input: DateTime) -> Self
The creation time and date for all the alias bot replications.
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 all the alias bot replications.
sourcepub fn get_creation_date_time(&self) -> &Option<DateTime>
pub fn get_creation_date_time(&self) -> &Option<DateTime>
The creation time and date for all the alias bot replications.
sourcepub fn last_updated_date_time(self, input: DateTime) -> Self
pub fn last_updated_date_time(self, input: DateTime) -> Self
The last time and date updated for all the alias bot replications.
sourcepub fn set_last_updated_date_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_date_time(self, input: Option<DateTime>) -> Self
The last time and date updated for all the alias bot replications.
sourcepub fn get_last_updated_date_time(&self) -> &Option<DateTime>
pub fn get_last_updated_date_time(&self) -> &Option<DateTime>
The last time and date updated for all the alias bot replications.
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 failure for the aliases bot replications.
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 failure for the aliases bot replications.
sourcepub fn get_failure_reasons(&self) -> &Option<Vec<String>>
pub fn get_failure_reasons(&self) -> &Option<Vec<String>>
The reasons for failure for the aliases bot replications.
sourcepub fn build(self) -> BotAliasReplicaSummary
pub fn build(self) -> BotAliasReplicaSummary
Consumes the builder and constructs a BotAliasReplicaSummary.
Trait Implementations§
source§impl Clone for BotAliasReplicaSummaryBuilder
impl Clone for BotAliasReplicaSummaryBuilder
source§fn clone(&self) -> BotAliasReplicaSummaryBuilder
fn clone(&self) -> BotAliasReplicaSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for BotAliasReplicaSummaryBuilder
impl Default for BotAliasReplicaSummaryBuilder
source§fn default() -> BotAliasReplicaSummaryBuilder
fn default() -> BotAliasReplicaSummaryBuilder
source§impl PartialEq for BotAliasReplicaSummaryBuilder
impl PartialEq for BotAliasReplicaSummaryBuilder
source§fn eq(&self, other: &BotAliasReplicaSummaryBuilder) -> bool
fn eq(&self, other: &BotAliasReplicaSummaryBuilder) -> bool
self and other values to be equal, and is used
by ==.