#[non_exhaustive]pub struct ListNodegroupsOutputBuilder { /* private fields */ }
Expand description
A builder for ListNodegroupsOutput
.
Implementations§
source§impl ListNodegroupsOutputBuilder
impl ListNodegroupsOutputBuilder
sourcepub fn nodegroups(self, input: impl Into<String>) -> Self
pub fn nodegroups(self, input: impl Into<String>) -> Self
Appends an item to nodegroups
.
To override the contents of this collection use set_nodegroups
.
A list of all of the node groups associated with the specified cluster.
sourcepub fn set_nodegroups(self, input: Option<Vec<String>>) -> Self
pub fn set_nodegroups(self, input: Option<Vec<String>>) -> Self
A list of all of the node groups associated with the specified cluster.
sourcepub fn get_nodegroups(&self) -> &Option<Vec<String>>
pub fn get_nodegroups(&self) -> &Option<Vec<String>>
A list of all of the node groups associated with the specified cluster.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken
value to include in a future ListNodegroups
request. When the results of a ListNodegroups
request exceed maxResults
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken
value to include in a future ListNodegroups
request. When the results of a ListNodegroups
request exceed maxResults
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The nextToken
value to include in a future ListNodegroups
request. When the results of a ListNodegroups
request exceed maxResults
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
sourcepub fn build(self) -> ListNodegroupsOutput
pub fn build(self) -> ListNodegroupsOutput
Consumes the builder and constructs a ListNodegroupsOutput
.
Trait Implementations§
source§impl Clone for ListNodegroupsOutputBuilder
impl Clone for ListNodegroupsOutputBuilder
source§fn clone(&self) -> ListNodegroupsOutputBuilder
fn clone(&self) -> ListNodegroupsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListNodegroupsOutputBuilder
impl Debug for ListNodegroupsOutputBuilder
source§impl Default for ListNodegroupsOutputBuilder
impl Default for ListNodegroupsOutputBuilder
source§fn default() -> ListNodegroupsOutputBuilder
fn default() -> ListNodegroupsOutputBuilder
source§impl PartialEq for ListNodegroupsOutputBuilder
impl PartialEq for ListNodegroupsOutputBuilder
source§fn eq(&self, other: &ListNodegroupsOutputBuilder) -> bool
fn eq(&self, other: &ListNodegroupsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.