Struct aws_sdk_chime::operation::delete_proxy_session::builders::DeleteProxySessionInputBuilder
source · #[non_exhaustive]pub struct DeleteProxySessionInputBuilder { /* private fields */ }Expand description
A builder for DeleteProxySessionInput.
Implementations§
source§impl DeleteProxySessionInputBuilder
impl DeleteProxySessionInputBuilder
sourcepub fn voice_connector_id(self, input: impl Into<String>) -> Self
pub fn voice_connector_id(self, input: impl Into<String>) -> Self
The Amazon Chime voice connector ID.
sourcepub fn set_voice_connector_id(self, input: Option<String>) -> Self
pub fn set_voice_connector_id(self, input: Option<String>) -> Self
The Amazon Chime voice connector ID.
sourcepub fn proxy_session_id(self, input: impl Into<String>) -> Self
pub fn proxy_session_id(self, input: impl Into<String>) -> Self
The proxy session ID.
sourcepub fn set_proxy_session_id(self, input: Option<String>) -> Self
pub fn set_proxy_session_id(self, input: Option<String>) -> Self
The proxy session ID.
sourcepub fn build(self) -> Result<DeleteProxySessionInput, BuildError>
pub fn build(self) -> Result<DeleteProxySessionInput, BuildError>
Consumes the builder and constructs a DeleteProxySessionInput.
Trait Implementations§
source§impl Clone for DeleteProxySessionInputBuilder
impl Clone for DeleteProxySessionInputBuilder
source§fn clone(&self) -> DeleteProxySessionInputBuilder
fn clone(&self) -> DeleteProxySessionInputBuilder
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 Default for DeleteProxySessionInputBuilder
impl Default for DeleteProxySessionInputBuilder
source§fn default() -> DeleteProxySessionInputBuilder
fn default() -> DeleteProxySessionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteProxySessionInputBuilder> for DeleteProxySessionInputBuilder
impl PartialEq<DeleteProxySessionInputBuilder> for DeleteProxySessionInputBuilder
source§fn eq(&self, other: &DeleteProxySessionInputBuilder) -> bool
fn eq(&self, other: &DeleteProxySessionInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteProxySessionInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteProxySessionInputBuilder
impl Send for DeleteProxySessionInputBuilder
impl Sync for DeleteProxySessionInputBuilder
impl Unpin for DeleteProxySessionInputBuilder
impl UnwindSafe for DeleteProxySessionInputBuilder
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
Mutably borrows from an owned value. Read more