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