#[non_exhaustive]pub struct ListCoverageOutputBuilder { /* private fields */ }
Expand description
A builder for ListCoverageOutput
.
Implementations§
source§impl ListCoverageOutputBuilder
impl ListCoverageOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken
value returned from the previous request to continue listing results after the first page.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken
value returned from the previous request to continue listing results after the first page.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken
value returned from the previous request to continue listing results after the first page.
sourcepub fn covered_resources(self, input: CoveredResource) -> Self
pub fn covered_resources(self, input: CoveredResource) -> Self
Appends an item to covered_resources
.
To override the contents of this collection use set_covered_resources
.
An object that contains details on the covered resources in your environment.
sourcepub fn set_covered_resources(self, input: Option<Vec<CoveredResource>>) -> Self
pub fn set_covered_resources(self, input: Option<Vec<CoveredResource>>) -> Self
An object that contains details on the covered resources in your environment.
sourcepub fn get_covered_resources(&self) -> &Option<Vec<CoveredResource>>
pub fn get_covered_resources(&self) -> &Option<Vec<CoveredResource>>
An object that contains details on the covered resources in your environment.
sourcepub fn build(self) -> ListCoverageOutput
pub fn build(self) -> ListCoverageOutput
Consumes the builder and constructs a ListCoverageOutput
.
Trait Implementations§
source§impl Clone for ListCoverageOutputBuilder
impl Clone for ListCoverageOutputBuilder
source§fn clone(&self) -> ListCoverageOutputBuilder
fn clone(&self) -> ListCoverageOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListCoverageOutputBuilder
impl Debug for ListCoverageOutputBuilder
source§impl Default for ListCoverageOutputBuilder
impl Default for ListCoverageOutputBuilder
source§fn default() -> ListCoverageOutputBuilder
fn default() -> ListCoverageOutputBuilder
source§impl PartialEq for ListCoverageOutputBuilder
impl PartialEq for ListCoverageOutputBuilder
source§fn eq(&self, other: &ListCoverageOutputBuilder) -> bool
fn eq(&self, other: &ListCoverageOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.