#[non_exhaustive]pub struct ListGatewaysInput { /* private fields */ }Implementations§
source§impl ListGatewaysInput
impl ListGatewaysInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of gateways to list.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
source§impl ListGatewaysInput
impl ListGatewaysInput
sourcepub fn builder() -> ListGatewaysInputBuilder
pub fn builder() -> ListGatewaysInputBuilder
Creates a new builder-style object to manufacture ListGatewaysInput.
source§impl ListGatewaysInput
impl ListGatewaysInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListGateways, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListGateways, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListGateways>
Trait Implementations§
source§impl Clone for ListGatewaysInput
impl Clone for ListGatewaysInput
source§fn clone(&self) -> ListGatewaysInput
fn clone(&self) -> ListGatewaysInput
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 ListGatewaysInput
impl Debug for ListGatewaysInput
source§impl PartialEq<ListGatewaysInput> for ListGatewaysInput
impl PartialEq<ListGatewaysInput> for ListGatewaysInput
source§fn eq(&self, other: &ListGatewaysInput) -> bool
fn eq(&self, other: &ListGatewaysInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.