Struct aws_sdk_eks::operation::describe_addon_versions::builders::DescribeAddonVersionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeAddonVersionsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeAddonVersionsOutput
.
Implementations§
source§impl DescribeAddonVersionsOutputBuilder
impl DescribeAddonVersionsOutputBuilder
sourcepub fn addons(self, input: AddonInfo) -> Self
pub fn addons(self, input: AddonInfo) -> Self
Appends an item to addons
.
To override the contents of this collection use set_addons
.
The list of available versions with Kubernetes version compatibility and other properties.
sourcepub fn set_addons(self, input: Option<Vec<AddonInfo>>) -> Self
pub fn set_addons(self, input: Option<Vec<AddonInfo>>) -> Self
The list of available versions with Kubernetes version compatibility and other properties.
sourcepub fn get_addons(&self) -> &Option<Vec<AddonInfo>>
pub fn get_addons(&self) -> &Option<Vec<AddonInfo>>
The list of available versions with Kubernetes version compatibility and other properties.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken
value returned from a previous paginated DescribeAddonVersionsResponse
where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken
value returned from a previous paginated DescribeAddonVersionsResponse
where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The nextToken
value returned from a previous paginated DescribeAddonVersionsResponse
where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
sourcepub fn build(self) -> DescribeAddonVersionsOutput
pub fn build(self) -> DescribeAddonVersionsOutput
Consumes the builder and constructs a DescribeAddonVersionsOutput
.
Trait Implementations§
source§impl Clone for DescribeAddonVersionsOutputBuilder
impl Clone for DescribeAddonVersionsOutputBuilder
source§fn clone(&self) -> DescribeAddonVersionsOutputBuilder
fn clone(&self) -> DescribeAddonVersionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeAddonVersionsOutputBuilder
impl Default for DescribeAddonVersionsOutputBuilder
source§fn default() -> DescribeAddonVersionsOutputBuilder
fn default() -> DescribeAddonVersionsOutputBuilder
source§impl PartialEq for DescribeAddonVersionsOutputBuilder
impl PartialEq for DescribeAddonVersionsOutputBuilder
source§fn eq(&self, other: &DescribeAddonVersionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeAddonVersionsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.