public class InstanceNetworkInterfaceSpecification
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
InstanceNetworkInterfaceSpecification() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getDeleteOnTermination()
Returns the value of the DeleteOnTermination property for this object.
|
java.lang.String |
getDescription()
Returns the value of the Description property for this object.
|
java.lang.Integer |
getDeviceIndex()
Returns the value of the DeviceIndex property for this object.
|
java.util.List<java.lang.String> |
getGroups()
Returns the value of the Groups property for this object.
|
java.lang.String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object.
|
java.lang.String |
getPrivateIpAddress()
Returns the value of the PrivateIpAddress property for this object.
|
java.util.List<PrivateIpAddressSpecification> |
getPrivateIpAddresses()
Returns the value of the PrivateIpAddresses property for this object.
|
java.lang.Integer |
getSecondaryPrivateIpAddressCount()
Returns the value of the SecondaryPrivateIpAddressCount property for
this object.
|
java.lang.String |
getSubnetId()
Returns the value of the SubnetId property for this object.
|
int |
hashCode() |
java.lang.Boolean |
isDeleteOnTermination()
Returns the value of the DeleteOnTermination property for this object.
|
void |
setDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Sets the value of the DeleteOnTermination property for this object.
|
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
void |
setDeviceIndex(java.lang.Integer deviceIndex)
Sets the value of the DeviceIndex property for this object.
|
void |
setGroups(java.util.Collection<java.lang.String> groups)
Sets the value of the Groups property for this object.
|
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
void |
setPrivateIpAddress(java.lang.String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object.
|
void |
setPrivateIpAddresses(java.util.Collection<PrivateIpAddressSpecification> privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object.
|
void |
setSecondaryPrivateIpAddressCount(java.lang.Integer secondaryPrivateIpAddressCount)
Sets the value of the SecondaryPrivateIpAddressCount property for this
object.
|
void |
setSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InstanceNetworkInterfaceSpecification |
withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Sets the value of the DeleteOnTermination property for this object.
|
InstanceNetworkInterfaceSpecification |
withDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
InstanceNetworkInterfaceSpecification |
withDeviceIndex(java.lang.Integer deviceIndex)
Sets the value of the DeviceIndex property for this object.
|
InstanceNetworkInterfaceSpecification |
withGroups(java.util.Collection<java.lang.String> groups)
Sets the value of the Groups property for this object.
|
InstanceNetworkInterfaceSpecification |
withGroups(java.lang.String... groups)
Sets the value of the Groups property for this object.
|
InstanceNetworkInterfaceSpecification |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
InstanceNetworkInterfaceSpecification |
withPrivateIpAddress(java.lang.String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object.
|
InstanceNetworkInterfaceSpecification |
withPrivateIpAddresses(java.util.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(java.lang.Integer secondaryPrivateIpAddressCount)
Sets the value of the SecondaryPrivateIpAddressCount property for this
object.
|
InstanceNetworkInterfaceSpecification |
withSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object.
|
public java.lang.String getNetworkInterfaceId()
public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.public InstanceNetworkInterfaceSpecification withNetworkInterfaceId(java.lang.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 java.lang.Integer getDeviceIndex()
public void setDeviceIndex(java.lang.Integer deviceIndex)
deviceIndex - The new value for the DeviceIndex property for this object.public InstanceNetworkInterfaceSpecification withDeviceIndex(java.lang.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 java.lang.String getSubnetId()
public void setSubnetId(java.lang.String subnetId)
subnetId - The new value for the SubnetId property for this object.public InstanceNetworkInterfaceSpecification withSubnetId(java.lang.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 java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public InstanceNetworkInterfaceSpecification withDescription(java.lang.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 java.lang.String getPrivateIpAddress()
public void setPrivateIpAddress(java.lang.String privateIpAddress)
privateIpAddress - The new value for the PrivateIpAddress property for this object.public InstanceNetworkInterfaceSpecification withPrivateIpAddress(java.lang.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 java.util.List<java.lang.String> getGroups()
public void setGroups(java.util.Collection<java.lang.String> groups)
groups - The new value for the Groups property for this object.public InstanceNetworkInterfaceSpecification withGroups(java.lang.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(java.util.Collection<java.lang.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 java.lang.Boolean isDeleteOnTermination()
public void setDeleteOnTermination(java.lang.Boolean deleteOnTermination)
deleteOnTermination - The new value for the DeleteOnTermination property for this object.public InstanceNetworkInterfaceSpecification withDeleteOnTermination(java.lang.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 java.lang.Boolean getDeleteOnTermination()
public java.util.List<PrivateIpAddressSpecification> getPrivateIpAddresses()
public void setPrivateIpAddresses(java.util.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(java.util.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 java.lang.Integer getSecondaryPrivateIpAddressCount()
public void setSecondaryPrivateIpAddressCount(java.lang.Integer secondaryPrivateIpAddressCount)
secondaryPrivateIpAddressCount - The new value for the SecondaryPrivateIpAddressCount property for this
object.public InstanceNetworkInterfaceSpecification withSecondaryPrivateIpAddressCount(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object