#[non_exhaustive]pub struct ListFleetsOutputBuilder { /* private fields */ }
Expand description
A builder for ListFleetsOutput
.
Implementations§
source§impl ListFleetsOutputBuilder
impl ListFleetsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.
sourcepub fn fleets(self, input: impl Into<String>) -> Self
pub fn fleets(self, input: impl Into<String>) -> Self
Appends an item to fleets
.
To override the contents of this collection use set_fleets
.
The list of compute fleet names.
sourcepub fn set_fleets(self, input: Option<Vec<String>>) -> Self
pub fn set_fleets(self, input: Option<Vec<String>>) -> Self
The list of compute fleet names.
sourcepub fn get_fleets(&self) -> &Option<Vec<String>>
pub fn get_fleets(&self) -> &Option<Vec<String>>
The list of compute fleet names.
sourcepub fn build(self) -> ListFleetsOutput
pub fn build(self) -> ListFleetsOutput
Consumes the builder and constructs a ListFleetsOutput
.
Trait Implementations§
source§impl Clone for ListFleetsOutputBuilder
impl Clone for ListFleetsOutputBuilder
source§fn clone(&self) -> ListFleetsOutputBuilder
fn clone(&self) -> ListFleetsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListFleetsOutputBuilder
impl Debug for ListFleetsOutputBuilder
source§impl Default for ListFleetsOutputBuilder
impl Default for ListFleetsOutputBuilder
source§fn default() -> ListFleetsOutputBuilder
fn default() -> ListFleetsOutputBuilder
source§impl PartialEq for ListFleetsOutputBuilder
impl PartialEq for ListFleetsOutputBuilder
source§fn eq(&self, other: &ListFleetsOutputBuilder) -> bool
fn eq(&self, other: &ListFleetsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.