Struct aws_sdk_sagemaker::operation::list_device_fleets::builders::ListDeviceFleetsOutputBuilder
source · #[non_exhaustive]pub struct ListDeviceFleetsOutputBuilder { /* private fields */ }
Expand description
A builder for ListDeviceFleetsOutput
.
Implementations§
source§impl ListDeviceFleetsOutputBuilder
impl ListDeviceFleetsOutputBuilder
sourcepub fn device_fleet_summaries(self, input: DeviceFleetSummary) -> Self
pub fn device_fleet_summaries(self, input: DeviceFleetSummary) -> Self
Appends an item to device_fleet_summaries
.
To override the contents of this collection use set_device_fleet_summaries
.
Summary of the device fleet.
sourcepub fn set_device_fleet_summaries(
self,
input: Option<Vec<DeviceFleetSummary>>
) -> Self
pub fn set_device_fleet_summaries( self, input: Option<Vec<DeviceFleetSummary>> ) -> Self
Summary of the device fleet.
sourcepub fn get_device_fleet_summaries(&self) -> &Option<Vec<DeviceFleetSummary>>
pub fn get_device_fleet_summaries(&self) -> &Option<Vec<DeviceFleetSummary>>
Summary of the device fleet.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The response from the last list when returning a list large enough to need tokening.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The response from the last list when returning a list large enough to need tokening.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The response from the last list when returning a list large enough to need tokening.
sourcepub fn build(self) -> ListDeviceFleetsOutput
pub fn build(self) -> ListDeviceFleetsOutput
Consumes the builder and constructs a ListDeviceFleetsOutput
.
Trait Implementations§
source§impl Clone for ListDeviceFleetsOutputBuilder
impl Clone for ListDeviceFleetsOutputBuilder
source§fn clone(&self) -> ListDeviceFleetsOutputBuilder
fn clone(&self) -> ListDeviceFleetsOutputBuilder
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 ListDeviceFleetsOutputBuilder
impl Default for ListDeviceFleetsOutputBuilder
source§fn default() -> ListDeviceFleetsOutputBuilder
fn default() -> ListDeviceFleetsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDeviceFleetsOutputBuilder> for ListDeviceFleetsOutputBuilder
impl PartialEq<ListDeviceFleetsOutputBuilder> for ListDeviceFleetsOutputBuilder
source§fn eq(&self, other: &ListDeviceFleetsOutputBuilder) -> bool
fn eq(&self, other: &ListDeviceFleetsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListDeviceFleetsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListDeviceFleetsOutputBuilder
impl Send for ListDeviceFleetsOutputBuilder
impl Sync for ListDeviceFleetsOutputBuilder
impl Unpin for ListDeviceFleetsOutputBuilder
impl UnwindSafe for ListDeviceFleetsOutputBuilder
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