#[non_exhaustive]pub struct CreateIpGroupOutputBuilder { /* private fields */ }
Expand description
A builder for CreateIpGroupOutput
.
Implementations§
source§impl CreateIpGroupOutputBuilder
impl CreateIpGroupOutputBuilder
sourcepub fn set_group_id(self, input: Option<String>) -> Self
pub fn set_group_id(self, input: Option<String>) -> Self
The identifier of the group.
sourcepub fn build(self) -> CreateIpGroupOutput
pub fn build(self) -> CreateIpGroupOutput
Consumes the builder and constructs a CreateIpGroupOutput
.
Trait Implementations§
source§impl Clone for CreateIpGroupOutputBuilder
impl Clone for CreateIpGroupOutputBuilder
source§fn clone(&self) -> CreateIpGroupOutputBuilder
fn clone(&self) -> CreateIpGroupOutputBuilder
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 CreateIpGroupOutputBuilder
impl Debug for CreateIpGroupOutputBuilder
source§impl Default for CreateIpGroupOutputBuilder
impl Default for CreateIpGroupOutputBuilder
source§fn default() -> CreateIpGroupOutputBuilder
fn default() -> CreateIpGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateIpGroupOutputBuilder> for CreateIpGroupOutputBuilder
impl PartialEq<CreateIpGroupOutputBuilder> for CreateIpGroupOutputBuilder
source§fn eq(&self, other: &CreateIpGroupOutputBuilder) -> bool
fn eq(&self, other: &CreateIpGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.