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