|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.InstanceNetworkInterfaceSpecification
public class InstanceNetworkInterfaceSpecification
Instance Network Interface Specification
| Constructor Summary | |
|---|---|
InstanceNetworkInterfaceSpecification()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Boolean |
getDeleteOnTermination()
Returns the value of the DeleteOnTermination property for this object. |
String |
getDescription()
Returns the value of the Description property for this object. |
Integer |
getDeviceIndex()
Returns the value of the DeviceIndex property for this object. |
List<String> |
getGroups()
Returns the value of the Groups property for this object. |
String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object. |
String |
getPrivateIpAddress()
Returns the value of the PrivateIpAddress property for this object. |
List<PrivateIpAddressSpecification> |
getPrivateIpAddresses()
Returns the value of the PrivateIpAddresses property for this object. |
Integer |
getSecondaryPrivateIpAddressCount()
Returns the value of the SecondaryPrivateIpAddressCount property for this object. |
String |
getSubnetId()
Returns the value of the SubnetId property for this object. |
int |
hashCode()
|
Boolean |
isDeleteOnTermination()
Returns the value of the DeleteOnTermination property for this object. |
void |
setDeleteOnTermination(Boolean deleteOnTermination)
Sets the value of the DeleteOnTermination property for this object. |
void |
setDescription(String description)
Sets the value of the Description property for this object. |
void |
setDeviceIndex(Integer deviceIndex)
Sets the value of the DeviceIndex property for this object. |
void |
setGroups(Collection<String> groups)
Sets the value of the Groups property for this object. |
void |
setNetworkInterfaceId(String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
void |
setPrivateIpAddress(String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object. |
void |
setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object. |
void |
setSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
Sets the value of the SecondaryPrivateIpAddressCount property for this object. |
void |
setSubnetId(String subnetId)
Sets the value of the SubnetId property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceNetworkInterfaceSpecification |
withDeleteOnTermination(Boolean deleteOnTermination)
Sets the value of the DeleteOnTermination property for this object. |
InstanceNetworkInterfaceSpecification |
withDescription(String description)
Sets the value of the Description property for this object. |
InstanceNetworkInterfaceSpecification |
withDeviceIndex(Integer deviceIndex)
Sets the value of the DeviceIndex property for this object. |
InstanceNetworkInterfaceSpecification |
withGroups(Collection<String> groups)
Sets the value of the Groups property for this object. |
InstanceNetworkInterfaceSpecification |
withGroups(String... groups)
Sets the value of the Groups property for this object. |
InstanceNetworkInterfaceSpecification |
withNetworkInterfaceId(String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
InstanceNetworkInterfaceSpecification |
withPrivateIpAddress(String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object. |
InstanceNetworkInterfaceSpecification |
withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object. |
InstanceNetworkInterfaceSpecification |
withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object. |
InstanceNetworkInterfaceSpecification |
withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
Sets the value of the SecondaryPrivateIpAddressCount property for this object. |
InstanceNetworkInterfaceSpecification |
withSubnetId(String subnetId)
Sets the value of the SubnetId property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceNetworkInterfaceSpecification()
| Method Detail |
|---|
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.public InstanceNetworkInterfaceSpecification withNetworkInterfaceId(String networkInterfaceId)
Returns a reference to this object so that method calls can be chained together.
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.
public Integer getDeviceIndex()
public void setDeviceIndex(Integer deviceIndex)
deviceIndex - The new value for the DeviceIndex property for this object.public InstanceNetworkInterfaceSpecification withDeviceIndex(Integer deviceIndex)
Returns a reference to this object so that method calls can be chained together.
deviceIndex - The new value for the DeviceIndex property for this object.
public String getSubnetId()
public void setSubnetId(String subnetId)
subnetId - The new value for the SubnetId property for this object.public InstanceNetworkInterfaceSpecification withSubnetId(String subnetId)
Returns a reference to this object so that method calls can be chained together.
subnetId - The new value for the SubnetId property for this object.
public String getDescription()
public void setDescription(String description)
description - The new value for the Description property for this object.public InstanceNetworkInterfaceSpecification withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - The new value for the Description property for this object.
public String getPrivateIpAddress()
public void setPrivateIpAddress(String privateIpAddress)
privateIpAddress - The new value for the PrivateIpAddress property for this object.public InstanceNetworkInterfaceSpecification 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 List<String> getGroups()
public void setGroups(Collection<String> groups)
groups - The new value for the Groups property for this object.public InstanceNetworkInterfaceSpecification withGroups(String... groups)
Returns a reference to this object so that method calls can be chained together.
groups - The new value for the Groups property for this object.
public InstanceNetworkInterfaceSpecification withGroups(Collection<String> groups)
Returns a reference to this object so that method calls can be chained together.
groups - The new value for the Groups property for this object.
public Boolean isDeleteOnTermination()
public void setDeleteOnTermination(Boolean deleteOnTermination)
deleteOnTermination - The new value for the DeleteOnTermination property for this object.public InstanceNetworkInterfaceSpecification withDeleteOnTermination(Boolean deleteOnTermination)
Returns a reference to this object so that method calls can be chained together.
deleteOnTermination - The new value for the DeleteOnTermination property for this object.
public Boolean getDeleteOnTermination()
public List<PrivateIpAddressSpecification> getPrivateIpAddresses()
public void setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
privateIpAddresses - The new value for the PrivateIpAddresses property for this object.public InstanceNetworkInterfaceSpecification withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
Returns a reference to this object so that method calls can be chained together.
privateIpAddresses - The new value for the PrivateIpAddresses property for this object.
public InstanceNetworkInterfaceSpecification withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
Returns a reference to this object so that method calls can be chained together.
privateIpAddresses - The new value for the PrivateIpAddresses property for this object.
public Integer getSecondaryPrivateIpAddressCount()
public void setSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
secondaryPrivateIpAddressCount - The new value for the SecondaryPrivateIpAddressCount property for this
object.public InstanceNetworkInterfaceSpecification withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
Returns a reference to this object so that method calls can be chained together.
secondaryPrivateIpAddressCount - The new value for the SecondaryPrivateIpAddressCount property for this
object.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||