#[non_exhaustive]pub struct GetDedicatedIpInput { /* private fields */ }Expand description
A request to obtain more information about a dedicated IP address.
Implementations§
source§impl GetDedicatedIpInput
impl GetDedicatedIpInput
sourcepub fn builder() -> GetDedicatedIpInputBuilder
pub fn builder() -> GetDedicatedIpInputBuilder
Creates a new builder-style object to manufacture GetDedicatedIpInput.
source§impl GetDedicatedIpInput
impl GetDedicatedIpInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDedicatedIp, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetDedicatedIp, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDedicatedIp>
Trait Implementations§
source§impl Clone for GetDedicatedIpInput
impl Clone for GetDedicatedIpInput
source§fn clone(&self) -> GetDedicatedIpInput
fn clone(&self) -> GetDedicatedIpInput
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 GetDedicatedIpInput
impl Debug for GetDedicatedIpInput
source§impl PartialEq<GetDedicatedIpInput> for GetDedicatedIpInput
impl PartialEq<GetDedicatedIpInput> for GetDedicatedIpInput
source§fn eq(&self, other: &GetDedicatedIpInput) -> bool
fn eq(&self, other: &GetDedicatedIpInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.