#[non_exhaustive]pub struct DescribeGlobalNetworksInput { /* private fields */ }
Implementations§
source§impl DescribeGlobalNetworksInput
impl DescribeGlobalNetworksInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeGlobalNetworks, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeGlobalNetworks, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeGlobalNetworks
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGlobalNetworksInput
.
source§impl DescribeGlobalNetworksInput
impl DescribeGlobalNetworksInput
sourcepub fn global_network_ids(&self) -> Option<&[String]>
pub fn global_network_ids(&self) -> Option<&[String]>
The IDs of one or more global networks. The maximum is 10.
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 DescribeGlobalNetworksInput
impl Clone for DescribeGlobalNetworksInput
source§fn clone(&self) -> DescribeGlobalNetworksInput
fn clone(&self) -> DescribeGlobalNetworksInput
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 DescribeGlobalNetworksInput
impl Debug for DescribeGlobalNetworksInput
source§impl PartialEq<DescribeGlobalNetworksInput> for DescribeGlobalNetworksInput
impl PartialEq<DescribeGlobalNetworksInput> for DescribeGlobalNetworksInput
source§fn eq(&self, other: &DescribeGlobalNetworksInput) -> bool
fn eq(&self, other: &DescribeGlobalNetworksInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.