Struct aws_sdk_ec2::types::builders::ByoipCidrBuilder
source · #[non_exhaustive]pub struct ByoipCidrBuilder { /* private fields */ }
Expand description
A builder for ByoipCidr
.
Implementations§
source§impl ByoipCidrBuilder
impl ByoipCidrBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the address range.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the address range.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
Upon success, contains the ID of the address pool. Otherwise, contains an error message.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
Upon success, contains the ID of the address pool. Otherwise, contains an error message.
sourcepub fn state(self, input: ByoipCidrState) -> Self
pub fn state(self, input: ByoipCidrState) -> Self
The state of the address pool.
sourcepub fn set_state(self, input: Option<ByoipCidrState>) -> Self
pub fn set_state(self, input: Option<ByoipCidrState>) -> Self
The state of the address pool.
Trait Implementations§
source§impl Clone for ByoipCidrBuilder
impl Clone for ByoipCidrBuilder
source§fn clone(&self) -> ByoipCidrBuilder
fn clone(&self) -> ByoipCidrBuilder
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 ByoipCidrBuilder
impl Debug for ByoipCidrBuilder
source§impl Default for ByoipCidrBuilder
impl Default for ByoipCidrBuilder
source§fn default() -> ByoipCidrBuilder
fn default() -> ByoipCidrBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ByoipCidrBuilder> for ByoipCidrBuilder
impl PartialEq<ByoipCidrBuilder> for ByoipCidrBuilder
source§fn eq(&self, other: &ByoipCidrBuilder) -> bool
fn eq(&self, other: &ByoipCidrBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ByoipCidrBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ByoipCidrBuilder
impl Send for ByoipCidrBuilder
impl Sync for ByoipCidrBuilder
impl Unpin for ByoipCidrBuilder
impl UnwindSafe for ByoipCidrBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more