Struct aws_sdk_networkmanager::input::ListPeeringsInput
source · #[non_exhaustive]pub struct ListPeeringsInput { /* private fields */ }
Implementations§
source§impl ListPeeringsInput
impl ListPeeringsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPeerings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPeerings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPeerings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPeeringsInput
.
source§impl ListPeeringsInput
impl ListPeeringsInput
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn peering_type(&self) -> Option<&PeeringType>
pub fn peering_type(&self) -> Option<&PeeringType>
Returns a list of a peering requests.
sourcepub fn edge_location(&self) -> Option<&str>
pub fn edge_location(&self) -> Option<&str>
Returns a list edge locations for the
sourcepub fn state(&self) -> Option<&PeeringState>
pub fn state(&self) -> Option<&PeeringState>
Returns a list of the peering request states.
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 ListPeeringsInput
impl Clone for ListPeeringsInput
source§fn clone(&self) -> ListPeeringsInput
fn clone(&self) -> ListPeeringsInput
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 ListPeeringsInput
impl Debug for ListPeeringsInput
source§impl PartialEq<ListPeeringsInput> for ListPeeringsInput
impl PartialEq<ListPeeringsInput> for ListPeeringsInput
source§fn eq(&self, other: &ListPeeringsInput) -> bool
fn eq(&self, other: &ListPeeringsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.