Struct aws_sdk_dax::input::UpdateSubnetGroupInput
source · #[non_exhaustive]pub struct UpdateSubnetGroupInput { /* private fields */ }
Implementations§
source§impl UpdateSubnetGroupInput
impl UpdateSubnetGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSubnetGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSubnetGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSubnetGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSubnetGroupInput
.
source§impl UpdateSubnetGroupInput
impl UpdateSubnetGroupInput
sourcepub fn subnet_group_name(&self) -> Option<&str>
pub fn subnet_group_name(&self) -> Option<&str>
The name of the subnet group.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the subnet group.
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
A list of subnet IDs in the subnet group.
Trait Implementations§
source§impl Clone for UpdateSubnetGroupInput
impl Clone for UpdateSubnetGroupInput
source§fn clone(&self) -> UpdateSubnetGroupInput
fn clone(&self) -> UpdateSubnetGroupInput
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 UpdateSubnetGroupInput
impl Debug for UpdateSubnetGroupInput
source§impl PartialEq<UpdateSubnetGroupInput> for UpdateSubnetGroupInput
impl PartialEq<UpdateSubnetGroupInput> for UpdateSubnetGroupInput
source§fn eq(&self, other: &UpdateSubnetGroupInput) -> bool
fn eq(&self, other: &UpdateSubnetGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.