Struct aws_sdk_sagemaker::operation::list_device_fleets::builders::ListDeviceFleetsInputBuilder
source · #[non_exhaustive]pub struct ListDeviceFleetsInputBuilder { /* private fields */ }
Expand description
A builder for ListDeviceFleetsInput
.
Implementations§
source§impl ListDeviceFleetsInputBuilder
impl ListDeviceFleetsInputBuilder
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 max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to select.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results to select.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of results to select.
sourcepub fn creation_time_after(self, input: DateTime) -> Self
pub fn creation_time_after(self, input: DateTime) -> Self
Filter fleets where packaging job was created after specified time.
sourcepub fn set_creation_time_after(self, input: Option<DateTime>) -> Self
pub fn set_creation_time_after(self, input: Option<DateTime>) -> Self
Filter fleets where packaging job was created after specified time.
sourcepub fn get_creation_time_after(&self) -> &Option<DateTime>
pub fn get_creation_time_after(&self) -> &Option<DateTime>
Filter fleets where packaging job was created after specified time.
sourcepub fn creation_time_before(self, input: DateTime) -> Self
pub fn creation_time_before(self, input: DateTime) -> Self
Filter fleets where the edge packaging job was created before specified time.
sourcepub fn set_creation_time_before(self, input: Option<DateTime>) -> Self
pub fn set_creation_time_before(self, input: Option<DateTime>) -> Self
Filter fleets where the edge packaging job was created before specified time.
sourcepub fn get_creation_time_before(&self) -> &Option<DateTime>
pub fn get_creation_time_before(&self) -> &Option<DateTime>
Filter fleets where the edge packaging job was created before specified time.
sourcepub fn last_modified_time_after(self, input: DateTime) -> Self
pub fn last_modified_time_after(self, input: DateTime) -> Self
Select fleets where the job was updated after X
sourcepub fn set_last_modified_time_after(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time_after(self, input: Option<DateTime>) -> Self
Select fleets where the job was updated after X
sourcepub fn get_last_modified_time_after(&self) -> &Option<DateTime>
pub fn get_last_modified_time_after(&self) -> &Option<DateTime>
Select fleets where the job was updated after X
sourcepub fn last_modified_time_before(self, input: DateTime) -> Self
pub fn last_modified_time_before(self, input: DateTime) -> Self
Select fleets where the job was updated before X
sourcepub fn set_last_modified_time_before(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time_before(self, input: Option<DateTime>) -> Self
Select fleets where the job was updated before X
sourcepub fn get_last_modified_time_before(&self) -> &Option<DateTime>
pub fn get_last_modified_time_before(&self) -> &Option<DateTime>
Select fleets where the job was updated before X
sourcepub fn name_contains(self, input: impl Into<String>) -> Self
pub fn name_contains(self, input: impl Into<String>) -> Self
Filter for fleets containing this name in their fleet device name.
sourcepub fn set_name_contains(self, input: Option<String>) -> Self
pub fn set_name_contains(self, input: Option<String>) -> Self
Filter for fleets containing this name in their fleet device name.
sourcepub fn get_name_contains(&self) -> &Option<String>
pub fn get_name_contains(&self) -> &Option<String>
Filter for fleets containing this name in their fleet device name.
sourcepub fn sort_by(self, input: ListDeviceFleetsSortBy) -> Self
pub fn sort_by(self, input: ListDeviceFleetsSortBy) -> Self
The column to sort by.
sourcepub fn set_sort_by(self, input: Option<ListDeviceFleetsSortBy>) -> Self
pub fn set_sort_by(self, input: Option<ListDeviceFleetsSortBy>) -> Self
The column to sort by.
sourcepub fn get_sort_by(&self) -> &Option<ListDeviceFleetsSortBy>
pub fn get_sort_by(&self) -> &Option<ListDeviceFleetsSortBy>
The column to sort by.
sourcepub fn sort_order(self, input: SortOrder) -> Self
pub fn sort_order(self, input: SortOrder) -> Self
What direction to sort in.
sourcepub fn set_sort_order(self, input: Option<SortOrder>) -> Self
pub fn set_sort_order(self, input: Option<SortOrder>) -> Self
What direction to sort in.
sourcepub fn get_sort_order(&self) -> &Option<SortOrder>
pub fn get_sort_order(&self) -> &Option<SortOrder>
What direction to sort in.
sourcepub fn build(self) -> Result<ListDeviceFleetsInput, BuildError>
pub fn build(self) -> Result<ListDeviceFleetsInput, BuildError>
Consumes the builder and constructs a ListDeviceFleetsInput
.
source§impl ListDeviceFleetsInputBuilder
impl ListDeviceFleetsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListDeviceFleetsOutput, SdkError<ListDeviceFleetsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListDeviceFleetsOutput, SdkError<ListDeviceFleetsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListDeviceFleetsInputBuilder
impl Clone for ListDeviceFleetsInputBuilder
source§fn clone(&self) -> ListDeviceFleetsInputBuilder
fn clone(&self) -> ListDeviceFleetsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListDeviceFleetsInputBuilder
impl Debug for ListDeviceFleetsInputBuilder
source§impl Default for ListDeviceFleetsInputBuilder
impl Default for ListDeviceFleetsInputBuilder
source§fn default() -> ListDeviceFleetsInputBuilder
fn default() -> ListDeviceFleetsInputBuilder
source§impl PartialEq for ListDeviceFleetsInputBuilder
impl PartialEq for ListDeviceFleetsInputBuilder
source§fn eq(&self, other: &ListDeviceFleetsInputBuilder) -> bool
fn eq(&self, other: &ListDeviceFleetsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.