#[non_exhaustive]pub struct ExecuteCoreNetworkChangeSetInput { /* private fields */ }
Implementations§
source§impl ExecuteCoreNetworkChangeSetInput
impl ExecuteCoreNetworkChangeSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExecuteCoreNetworkChangeSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExecuteCoreNetworkChangeSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ExecuteCoreNetworkChangeSet
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExecuteCoreNetworkChangeSetInput
.
source§impl ExecuteCoreNetworkChangeSetInput
impl ExecuteCoreNetworkChangeSetInput
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn policy_version_id(&self) -> Option<i32>
pub fn policy_version_id(&self) -> Option<i32>
The ID of the policy version.
Trait Implementations§
source§impl Clone for ExecuteCoreNetworkChangeSetInput
impl Clone for ExecuteCoreNetworkChangeSetInput
source§fn clone(&self) -> ExecuteCoreNetworkChangeSetInput
fn clone(&self) -> ExecuteCoreNetworkChangeSetInput
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<ExecuteCoreNetworkChangeSetInput> for ExecuteCoreNetworkChangeSetInput
impl PartialEq<ExecuteCoreNetworkChangeSetInput> for ExecuteCoreNetworkChangeSetInput
source§fn eq(&self, other: &ExecuteCoreNetworkChangeSetInput) -> bool
fn eq(&self, other: &ExecuteCoreNetworkChangeSetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.