#[non_exhaustive]
pub struct IpamDiscoveredPublicAddressBuilder { /* private fields */ }
Expand description

Implementations§

source§

impl IpamDiscoveredPublicAddressBuilder

source

pub fn ipam_resource_discovery_id(self, input: impl Into<String>) -> Self

The resource discovery ID.

source

pub fn set_ipam_resource_discovery_id(self, input: Option<String>) -> Self

The resource discovery ID.

source

pub fn get_ipam_resource_discovery_id(&self) -> &Option<String>

The resource discovery ID.

source

pub fn address_region(self, input: impl Into<String>) -> Self

The Region of the resource the IP address is assigned to.

source

pub fn set_address_region(self, input: Option<String>) -> Self

The Region of the resource the IP address is assigned to.

source

pub fn get_address_region(&self) -> &Option<String>

The Region of the resource the IP address is assigned to.

source

pub fn address(self, input: impl Into<String>) -> Self

The IP address.

source

pub fn set_address(self, input: Option<String>) -> Self

The IP address.

source

pub fn get_address(&self) -> &Option<String>

The IP address.

source

pub fn address_owner_id(self, input: impl Into<String>) -> Self

The ID of the owner of the resource the IP address is assigned to.

source

pub fn set_address_owner_id(self, input: Option<String>) -> Self

The ID of the owner of the resource the IP address is assigned to.

source

pub fn get_address_owner_id(&self) -> &Option<String>

The ID of the owner of the resource the IP address is assigned to.

source

pub fn address_allocation_id(self, input: impl Into<String>) -> Self

The allocation ID of the resource the IP address is assigned to.

source

pub fn set_address_allocation_id(self, input: Option<String>) -> Self

The allocation ID of the resource the IP address is assigned to.

source

pub fn get_address_allocation_id(&self) -> &Option<String>

The allocation ID of the resource the IP address is assigned to.

source

pub fn association_status( self, input: IpamPublicAddressAssociationStatus, ) -> Self

The association status.

source

pub fn set_association_status( self, input: Option<IpamPublicAddressAssociationStatus>, ) -> Self

The association status.

source

pub fn get_association_status( &self, ) -> &Option<IpamPublicAddressAssociationStatus>

The association status.

source

pub fn address_type(self, input: IpamPublicAddressType) -> Self

The IP address type.

source

pub fn set_address_type(self, input: Option<IpamPublicAddressType>) -> Self

The IP address type.

source

pub fn get_address_type(&self) -> &Option<IpamPublicAddressType>

The IP address type.

source

pub fn service(self, input: IpamPublicAddressAwsService) -> Self

The Amazon Web Services service associated with the IP address.

source

pub fn set_service(self, input: Option<IpamPublicAddressAwsService>) -> Self

The Amazon Web Services service associated with the IP address.

source

pub fn get_service(&self) -> &Option<IpamPublicAddressAwsService>

The Amazon Web Services service associated with the IP address.

source

pub fn service_resource(self, input: impl Into<String>) -> Self

The resource ARN or ID.

source

pub fn set_service_resource(self, input: Option<String>) -> Self

The resource ARN or ID.

source

pub fn get_service_resource(&self) -> &Option<String>

The resource ARN or ID.

source

pub fn vpc_id(self, input: impl Into<String>) -> Self

The ID of the VPC that the resource with the assigned IP address is in.

source

pub fn set_vpc_id(self, input: Option<String>) -> Self

The ID of the VPC that the resource with the assigned IP address is in.

source

pub fn get_vpc_id(&self) -> &Option<String>

The ID of the VPC that the resource with the assigned IP address is in.

source

pub fn subnet_id(self, input: impl Into<String>) -> Self

The ID of the subnet that the resource with the assigned IP address is in.

source

pub fn set_subnet_id(self, input: Option<String>) -> Self

The ID of the subnet that the resource with the assigned IP address is in.

source

pub fn get_subnet_id(&self) -> &Option<String>

The ID of the subnet that the resource with the assigned IP address is in.

source

pub fn public_ipv4_pool_id(self, input: impl Into<String>) -> Self

The ID of the public IPv4 pool that the resource with the assigned IP address is from.

source

pub fn set_public_ipv4_pool_id(self, input: Option<String>) -> Self

The ID of the public IPv4 pool that the resource with the assigned IP address is from.

source

pub fn get_public_ipv4_pool_id(&self) -> &Option<String>

The ID of the public IPv4 pool that the resource with the assigned IP address is from.

source

pub fn network_interface_id(self, input: impl Into<String>) -> Self

The network interface ID of the resource with the assigned IP address.

source

pub fn set_network_interface_id(self, input: Option<String>) -> Self

The network interface ID of the resource with the assigned IP address.

source

pub fn get_network_interface_id(&self) -> &Option<String>

The network interface ID of the resource with the assigned IP address.

source

pub fn network_interface_description(self, input: impl Into<String>) -> Self

The description of the network interface that IP address is assigned to.

source

pub fn set_network_interface_description(self, input: Option<String>) -> Self

The description of the network interface that IP address is assigned to.

source

pub fn get_network_interface_description(&self) -> &Option<String>

The description of the network interface that IP address is assigned to.

source

pub fn instance_id(self, input: impl Into<String>) -> Self

The instance ID of the instance the assigned IP address is assigned to.

source

pub fn set_instance_id(self, input: Option<String>) -> Self

The instance ID of the instance the assigned IP address is assigned to.

source

pub fn get_instance_id(&self) -> &Option<String>

The instance ID of the instance the assigned IP address is assigned to.

source

pub fn tags(self, input: IpamPublicAddressTags) -> Self

Tags associated with the IP address.

source

pub fn set_tags(self, input: Option<IpamPublicAddressTags>) -> Self

Tags associated with the IP address.

source

pub fn get_tags(&self) -> &Option<IpamPublicAddressTags>

Tags associated with the IP address.

source

pub fn network_border_group(self, input: impl Into<String>) -> Self

The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.

source

pub fn set_network_border_group(self, input: Option<String>) -> Self

The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.

source

pub fn get_network_border_group(&self) -> &Option<String>

The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.

source

pub fn security_groups(self, input: IpamPublicAddressSecurityGroup) -> Self

Appends an item to security_groups.

To override the contents of this collection use set_security_groups.

Security groups associated with the resource that the IP address is assigned to.

source

pub fn set_security_groups( self, input: Option<Vec<IpamPublicAddressSecurityGroup>>, ) -> Self

Security groups associated with the resource that the IP address is assigned to.

source

pub fn get_security_groups( &self, ) -> &Option<Vec<IpamPublicAddressSecurityGroup>>

Security groups associated with the resource that the IP address is assigned to.

source

pub fn sample_time(self, input: DateTime) -> Self

The last successful resource discovery time.

source

pub fn set_sample_time(self, input: Option<DateTime>) -> Self

The last successful resource discovery time.

source

pub fn get_sample_time(&self) -> &Option<DateTime>

The last successful resource discovery time.

source

pub fn build(self) -> IpamDiscoveredPublicAddress

Consumes the builder and constructs a IpamDiscoveredPublicAddress.

Trait Implementations§

source§

impl Clone for IpamDiscoveredPublicAddressBuilder

source§

fn clone(&self) -> IpamDiscoveredPublicAddressBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for IpamDiscoveredPublicAddressBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for IpamDiscoveredPublicAddressBuilder

source§

fn default() -> IpamDiscoveredPublicAddressBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for IpamDiscoveredPublicAddressBuilder

source§

fn eq(&self, other: &IpamDiscoveredPublicAddressBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for IpamDiscoveredPublicAddressBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more