#[non_exhaustive]pub struct GetDevEndpointsOutputBuilder { /* private fields */ }
Expand description
A builder for GetDevEndpointsOutput
.
Implementations§
source§impl GetDevEndpointsOutputBuilder
impl GetDevEndpointsOutputBuilder
sourcepub fn dev_endpoints(self, input: DevEndpoint) -> Self
pub fn dev_endpoints(self, input: DevEndpoint) -> Self
Appends an item to dev_endpoints
.
To override the contents of this collection use set_dev_endpoints
.
A list of DevEndpoint
definitions.
sourcepub fn set_dev_endpoints(self, input: Option<Vec<DevEndpoint>>) -> Self
pub fn set_dev_endpoints(self, input: Option<Vec<DevEndpoint>>) -> Self
A list of DevEndpoint
definitions.
sourcepub fn get_dev_endpoints(&self) -> &Option<Vec<DevEndpoint>>
pub fn get_dev_endpoints(&self) -> &Option<Vec<DevEndpoint>>
A list of DevEndpoint
definitions.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token, if not all DevEndpoint
definitions have yet been returned.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token, if not all DevEndpoint
definitions have yet been returned.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A continuation token, if not all DevEndpoint
definitions have yet been returned.
sourcepub fn build(self) -> GetDevEndpointsOutput
pub fn build(self) -> GetDevEndpointsOutput
Consumes the builder and constructs a GetDevEndpointsOutput
.
Trait Implementations§
source§impl Clone for GetDevEndpointsOutputBuilder
impl Clone for GetDevEndpointsOutputBuilder
source§fn clone(&self) -> GetDevEndpointsOutputBuilder
fn clone(&self) -> GetDevEndpointsOutputBuilder
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 GetDevEndpointsOutputBuilder
impl Debug for GetDevEndpointsOutputBuilder
source§impl Default for GetDevEndpointsOutputBuilder
impl Default for GetDevEndpointsOutputBuilder
source§fn default() -> GetDevEndpointsOutputBuilder
fn default() -> GetDevEndpointsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetDevEndpointsOutputBuilder
impl PartialEq for GetDevEndpointsOutputBuilder
source§fn eq(&self, other: &GetDevEndpointsOutputBuilder) -> bool
fn eq(&self, other: &GetDevEndpointsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetDevEndpointsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetDevEndpointsOutputBuilder
impl Send for GetDevEndpointsOutputBuilder
impl Sync for GetDevEndpointsOutputBuilder
impl Unpin for GetDevEndpointsOutputBuilder
impl UnwindSafe for GetDevEndpointsOutputBuilder
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>
Creates a shared type from an unshared type.