public class PrivateIpAddressSpecification extends Object implements Serializable
Constructor and Description |
---|
PrivateIpAddressSpecification() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getPrimary()
Returns the value of the Primary property for this object.
|
String |
getPrivateIpAddress()
Returns the value of the PrivateIpAddress property for this object.
|
int |
hashCode() |
Boolean |
isPrimary()
Returns the value of the Primary property for this object.
|
void |
setPrimary(Boolean primary)
Sets the value of the Primary property for this object.
|
void |
setPrivateIpAddress(String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PrivateIpAddressSpecification |
withPrimary(Boolean primary)
Sets the value of the Primary property for this object.
|
PrivateIpAddressSpecification |
withPrivateIpAddress(String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object.
|
public String getPrivateIpAddress()
public void setPrivateIpAddress(String privateIpAddress)
privateIpAddress
- The new value for the PrivateIpAddress property for this object.public PrivateIpAddressSpecification withPrivateIpAddress(String privateIpAddress)
Returns a reference to this object so that method calls can be chained together.
privateIpAddress
- The new value for the PrivateIpAddress property for this object.public Boolean isPrimary()
public void setPrimary(Boolean primary)
primary
- The new value for the Primary property for this object.public PrivateIpAddressSpecification withPrimary(Boolean primary)
Returns a reference to this object so that method calls can be chained together.
primary
- The new value for the Primary property for this object.public Boolean getPrimary()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.