java.lang.Object
software.amazon.awssdk.services.ec2.model.PrivateIpAddressSpecification
Nested Class Summary
Nested Classes
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
final boolean
final boolean
final int
Indicates whether the private IPv4 address is the primary private IPv4 address.
The private IPv4 address.
Returns a string representation of this object.
Method Details
primary
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be
designated as primary.
Returns:
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can
be designated as primary.
privateIpAddress
public final String privateIpAddress ()
The private IPv4 address.
Returns:
The private IPv4 address.
hashCode
public final int hashCode ()
Overrides:
hashCode in class Object
toString
public final String toString ()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
redacted from this string using a placeholder value.
Overrides:
toString in class Object