Struct aws_sdk_chime::types::builders::RoomBuilder
source · #[non_exhaustive]pub struct RoomBuilder { /* private fields */ }Expand description
A builder for Room.
Implementations§
source§impl RoomBuilder
impl RoomBuilder
sourcepub fn set_room_id(self, input: Option<String>) -> Self
pub fn set_room_id(self, input: Option<String>) -> Self
The room ID.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Chime account ID.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Chime account ID.
sourcepub fn created_by(self, input: impl Into<String>) -> Self
pub fn created_by(self, input: impl Into<String>) -> Self
The identifier of the room creator.
sourcepub fn set_created_by(self, input: Option<String>) -> Self
pub fn set_created_by(self, input: Option<String>) -> Self
The identifier of the room creator.
sourcepub fn created_timestamp(self, input: DateTime) -> Self
pub fn created_timestamp(self, input: DateTime) -> Self
The room creation timestamp, in ISO 8601 format.
sourcepub fn set_created_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_created_timestamp(self, input: Option<DateTime>) -> Self
The room creation timestamp, in ISO 8601 format.
sourcepub fn updated_timestamp(self, input: DateTime) -> Self
pub fn updated_timestamp(self, input: DateTime) -> Self
The room update timestamp, in ISO 8601 format.
sourcepub fn set_updated_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_updated_timestamp(self, input: Option<DateTime>) -> Self
The room update timestamp, in ISO 8601 format.
Trait Implementations§
source§impl Clone for RoomBuilder
impl Clone for RoomBuilder
source§fn clone(&self) -> RoomBuilder
fn clone(&self) -> RoomBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RoomBuilder
impl Debug for RoomBuilder
source§impl Default for RoomBuilder
impl Default for RoomBuilder
source§fn default() -> RoomBuilder
fn default() -> RoomBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RoomBuilder> for RoomBuilder
impl PartialEq<RoomBuilder> for RoomBuilder
source§fn eq(&self, other: &RoomBuilder) -> bool
fn eq(&self, other: &RoomBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.