#[non_exhaustive]pub struct GetDedicatedIpOutputBuilder { /* private fields */ }Expand description
A builder for GetDedicatedIpOutput.
Implementations§
source§impl GetDedicatedIpOutputBuilder
impl GetDedicatedIpOutputBuilder
sourcepub fn dedicated_ip(self, input: DedicatedIp) -> Self
pub fn dedicated_ip(self, input: DedicatedIp) -> Self
An object that contains information about a dedicated IP address.
sourcepub fn set_dedicated_ip(self, input: Option<DedicatedIp>) -> Self
pub fn set_dedicated_ip(self, input: Option<DedicatedIp>) -> Self
An object that contains information about a dedicated IP address.
sourcepub fn get_dedicated_ip(&self) -> &Option<DedicatedIp>
pub fn get_dedicated_ip(&self) -> &Option<DedicatedIp>
An object that contains information about a dedicated IP address.
sourcepub fn build(self) -> GetDedicatedIpOutput
pub fn build(self) -> GetDedicatedIpOutput
Consumes the builder and constructs a GetDedicatedIpOutput.
Trait Implementations§
source§impl Clone for GetDedicatedIpOutputBuilder
impl Clone for GetDedicatedIpOutputBuilder
source§fn clone(&self) -> GetDedicatedIpOutputBuilder
fn clone(&self) -> GetDedicatedIpOutputBuilder
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 GetDedicatedIpOutputBuilder
impl Debug for GetDedicatedIpOutputBuilder
source§impl Default for GetDedicatedIpOutputBuilder
impl Default for GetDedicatedIpOutputBuilder
source§fn default() -> GetDedicatedIpOutputBuilder
fn default() -> GetDedicatedIpOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetDedicatedIpOutputBuilder
impl PartialEq for GetDedicatedIpOutputBuilder
source§fn eq(&self, other: &GetDedicatedIpOutputBuilder) -> bool
fn eq(&self, other: &GetDedicatedIpOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetDedicatedIpOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetDedicatedIpOutputBuilder
impl Send for GetDedicatedIpOutputBuilder
impl Sync for GetDedicatedIpOutputBuilder
impl Unpin for GetDedicatedIpOutputBuilder
impl UnwindSafe for GetDedicatedIpOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.