Struct aws_sdk_apigatewaymanagement::operation::get_connection::builders::GetConnectionOutputBuilder
source · #[non_exhaustive]pub struct GetConnectionOutputBuilder { /* private fields */ }Expand description
A builder for GetConnectionOutput.
Implementations§
source§impl GetConnectionOutputBuilder
impl GetConnectionOutputBuilder
sourcepub fn connected_at(self, input: DateTime) -> Self
pub fn connected_at(self, input: DateTime) -> Self
The time in ISO 8601 format for when the connection was established.
sourcepub fn set_connected_at(self, input: Option<DateTime>) -> Self
pub fn set_connected_at(self, input: Option<DateTime>) -> Self
The time in ISO 8601 format for when the connection was established.
sourcepub fn get_connected_at(&self) -> &Option<DateTime>
pub fn get_connected_at(&self) -> &Option<DateTime>
The time in ISO 8601 format for when the connection was established.
pub fn identity(self, input: Identity) -> Self
pub fn set_identity(self, input: Option<Identity>) -> Self
pub fn get_identity(&self) -> &Option<Identity>
sourcepub fn last_active_at(self, input: DateTime) -> Self
pub fn last_active_at(self, input: DateTime) -> Self
The time in ISO 8601 format for when the connection was last active.
sourcepub fn set_last_active_at(self, input: Option<DateTime>) -> Self
pub fn set_last_active_at(self, input: Option<DateTime>) -> Self
The time in ISO 8601 format for when the connection was last active.
sourcepub fn get_last_active_at(&self) -> &Option<DateTime>
pub fn get_last_active_at(&self) -> &Option<DateTime>
The time in ISO 8601 format for when the connection was last active.
sourcepub fn build(self) -> GetConnectionOutput
pub fn build(self) -> GetConnectionOutput
Consumes the builder and constructs a GetConnectionOutput.
Trait Implementations§
source§impl Clone for GetConnectionOutputBuilder
impl Clone for GetConnectionOutputBuilder
source§fn clone(&self) -> GetConnectionOutputBuilder
fn clone(&self) -> GetConnectionOutputBuilder
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 GetConnectionOutputBuilder
impl Debug for GetConnectionOutputBuilder
source§impl Default for GetConnectionOutputBuilder
impl Default for GetConnectionOutputBuilder
source§fn default() -> GetConnectionOutputBuilder
fn default() -> GetConnectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetConnectionOutputBuilder
impl PartialEq for GetConnectionOutputBuilder
source§fn eq(&self, other: &GetConnectionOutputBuilder) -> bool
fn eq(&self, other: &GetConnectionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetConnectionOutputBuilder
Auto Trait Implementations§
impl Freeze for GetConnectionOutputBuilder
impl RefUnwindSafe for GetConnectionOutputBuilder
impl Send for GetConnectionOutputBuilder
impl Sync for GetConnectionOutputBuilder
impl Unpin for GetConnectionOutputBuilder
impl UnwindSafe for GetConnectionOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.