Struct aws_sdk_backupgateway::input::ListHypervisorsInput
source · #[non_exhaustive]pub struct ListHypervisorsInput { /* private fields */ }
Implementations§
source§impl ListHypervisorsInput
impl ListHypervisorsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListHypervisors, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListHypervisors, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListHypervisors
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListHypervisorsInput
.
source§impl ListHypervisorsInput
impl ListHypervisorsInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of hypervisors 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.
Trait Implementations§
source§impl Clone for ListHypervisorsInput
impl Clone for ListHypervisorsInput
source§fn clone(&self) -> ListHypervisorsInput
fn clone(&self) -> ListHypervisorsInput
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 ListHypervisorsInput
impl Debug for ListHypervisorsInput
source§impl PartialEq<ListHypervisorsInput> for ListHypervisorsInput
impl PartialEq<ListHypervisorsInput> for ListHypervisorsInput
source§fn eq(&self, other: &ListHypervisorsInput) -> bool
fn eq(&self, other: &ListHypervisorsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.