JavaScript is disabled on your browser.
 
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
Indicates whether some other object is "equal to" this one by SDK fields.
 
 
final int
 
 Indicates whether the private IPv4 address is the primary private IPv4 address.
 
 The private IPv4 address.
 
 
 
Take this object and create a builder that contains all of the current property values of this object.
 
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  
 
 
 
 
equalsBySdkFields 
public final  boolean  equalsBySdkFields (Object  obj)  
Description copied from interface: SdkPojo   
Indicates whether some other object is "equal to" this one by SDK fields.
 An SDK field is a modeled, non-inherited field in an 
SdkPojo class,
 and is generated based on a service model.
 
 If an SdkPojo  class does not have any inherited fields, equalsBySdkFields
 and equals are essentially the same.
 
Specified by: 
equalsBySdkFields  in interface SdkPojo  
Parameters: 
obj - the object to be compared with 
Returns: 
true if the other object equals to this object by sdk fields, false otherwise. 
 
 
 
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  
 
 
 
 
sdkFields 
Specified by: 
sdkFields  in interface SdkPojo  
Returns: 
List of SdkField  in this POJO. May be empty list but should never be null.