#[non_exhaustive]pub struct GetCoreNetworkChangeSetOutput { /* private fields */ }
Implementations§
source§impl GetCoreNetworkChangeSetOutput
impl GetCoreNetworkChangeSetOutput
sourcepub fn core_network_changes(&self) -> Option<&[CoreNetworkChange]>
pub fn core_network_changes(&self) -> Option<&[CoreNetworkChange]>
Describes a core network changes.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
source§impl GetCoreNetworkChangeSetOutput
impl GetCoreNetworkChangeSetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCoreNetworkChangeSetOutput
.
Trait Implementations§
source§impl Clone for GetCoreNetworkChangeSetOutput
impl Clone for GetCoreNetworkChangeSetOutput
source§fn clone(&self) -> GetCoreNetworkChangeSetOutput
fn clone(&self) -> GetCoreNetworkChangeSetOutput
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 PartialEq<GetCoreNetworkChangeSetOutput> for GetCoreNetworkChangeSetOutput
impl PartialEq<GetCoreNetworkChangeSetOutput> for GetCoreNetworkChangeSetOutput
source§fn eq(&self, other: &GetCoreNetworkChangeSetOutput) -> bool
fn eq(&self, other: &GetCoreNetworkChangeSetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.