#[non_exhaustive]pub struct ListOfferingsInput { /* private fields */ }Expand description
Represents the request to list all offerings.
Implementations§
source§impl ListOfferingsInput
impl ListOfferingsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
source§impl ListOfferingsInput
impl ListOfferingsInput
sourcepub fn builder() -> ListOfferingsInputBuilder
pub fn builder() -> ListOfferingsInputBuilder
Creates a new builder-style object to manufacture ListOfferingsInput.
source§impl ListOfferingsInput
impl ListOfferingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOfferings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListOfferings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListOfferings>
Trait Implementations§
source§impl Clone for ListOfferingsInput
impl Clone for ListOfferingsInput
source§fn clone(&self) -> ListOfferingsInput
fn clone(&self) -> ListOfferingsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ListOfferingsInput
impl Debug for ListOfferingsInput
source§impl PartialEq<ListOfferingsInput> for ListOfferingsInput
impl PartialEq<ListOfferingsInput> for ListOfferingsInput
source§fn eq(&self, other: &ListOfferingsInput) -> bool
fn eq(&self, other: &ListOfferingsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.