#[non_exhaustive]pub struct GetDedicatedIpInputBuilder { /* private fields */ }Expand description
A builder for GetDedicatedIpInput.
Implementations§
source§impl GetDedicatedIpInputBuilder
impl GetDedicatedIpInputBuilder
sourcepub fn ip(self, input: impl Into<String>) -> Self
pub fn ip(self, input: impl Into<String>) -> Self
The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Web Services account.
sourcepub fn set_ip(self, input: Option<String>) -> Self
pub fn set_ip(self, input: Option<String>) -> Self
The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Web Services account.
sourcepub fn build(self) -> Result<GetDedicatedIpInput, BuildError>
pub fn build(self) -> Result<GetDedicatedIpInput, BuildError>
Consumes the builder and constructs a GetDedicatedIpInput.
Trait Implementations§
source§impl Clone for GetDedicatedIpInputBuilder
impl Clone for GetDedicatedIpInputBuilder
source§fn clone(&self) -> GetDedicatedIpInputBuilder
fn clone(&self) -> GetDedicatedIpInputBuilder
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 GetDedicatedIpInputBuilder
impl Debug for GetDedicatedIpInputBuilder
source§impl Default for GetDedicatedIpInputBuilder
impl Default for GetDedicatedIpInputBuilder
source§fn default() -> GetDedicatedIpInputBuilder
fn default() -> GetDedicatedIpInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDedicatedIpInputBuilder> for GetDedicatedIpInputBuilder
impl PartialEq<GetDedicatedIpInputBuilder> for GetDedicatedIpInputBuilder
source§fn eq(&self, other: &GetDedicatedIpInputBuilder) -> bool
fn eq(&self, other: &GetDedicatedIpInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.