|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.InstanceNetworkInterface
public class InstanceNetworkInterface
Instance Network Interface
| Constructor Summary | |
|---|---|
InstanceNetworkInterface()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
InstanceNetworkInterfaceAssociation |
getAssociation()
Returns the value of the Association property for this object. |
InstanceNetworkInterfaceAttachment |
getAttachment()
Returns the value of the Attachment property for this object. |
java.lang.String |
getDescription()
Returns the value of the Description property for this object. |
java.util.List<GroupIdentifier> |
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 |
getOwnerId()
Returns the value of the OwnerId property for this object. |
java.lang.String |
getPrivateDnsName()
Returns the value of the PrivateDnsName property for this object. |
java.lang.String |
getPrivateIpAddress()
Returns the value of the PrivateIpAddress property for this object. |
java.util.List<InstancePrivateIpAddress> |
getPrivateIpAddresses()
Returns the value of the PrivateIpAddresses property for this object. |
java.lang.Boolean |
getSourceDestCheck()
Returns the value of the SourceDestCheck property for this object. |
java.lang.String |
getStatus()
Returns the value of the Status property for this object. |
java.lang.String |
getSubnetId()
Returns the value of the SubnetId property for this object. |
java.lang.String |
getVpcId()
Returns the value of the VpcId property for this object. |
int |
hashCode()
|
java.lang.Boolean |
isSourceDestCheck()
Returns the value of the SourceDestCheck property for this object. |
void |
setAssociation(InstanceNetworkInterfaceAssociation association)
Sets the value of the Association property for this object. |
void |
setAttachment(InstanceNetworkInterfaceAttachment attachment)
Sets the value of the Attachment property for this object. |
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object. |
void |
setGroups(java.util.Collection<GroupIdentifier> 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 |
setOwnerId(java.lang.String ownerId)
Sets the value of the OwnerId property for this object. |
void |
setPrivateDnsName(java.lang.String privateDnsName)
Sets the value of the PrivateDnsName 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<InstancePrivateIpAddress> privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object. |
void |
setSourceDestCheck(java.lang.Boolean sourceDestCheck)
Sets the value of the SourceDestCheck property for this object. |
void |
setStatus(java.lang.String status)
Sets the value of the Status property for this object. |
void |
setSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object. |
void |
setVpcId(java.lang.String vpcId)
Sets the value of the VpcId property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceNetworkInterface |
withAssociation(InstanceNetworkInterfaceAssociation association)
Sets the value of the Association property for this object. |
InstanceNetworkInterface |
withAttachment(InstanceNetworkInterfaceAttachment attachment)
Sets the value of the Attachment property for this object. |
InstanceNetworkInterface |
withDescription(java.lang.String description)
Sets the value of the Description property for this object. |
InstanceNetworkInterface |
withGroups(java.util.Collection<GroupIdentifier> groups)
Sets the value of the Groups property for this object. |
InstanceNetworkInterface |
withGroups(GroupIdentifier... groups)
Sets the value of the Groups property for this object. |
InstanceNetworkInterface |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
InstanceNetworkInterface |
withOwnerId(java.lang.String ownerId)
Sets the value of the OwnerId property for this object. |
InstanceNetworkInterface |
withPrivateDnsName(java.lang.String privateDnsName)
Sets the value of the PrivateDnsName property for this object. |
InstanceNetworkInterface |
withPrivateIpAddress(java.lang.String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object. |
InstanceNetworkInterface |
withPrivateIpAddresses(java.util.Collection<InstancePrivateIpAddress> privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object. |
InstanceNetworkInterface |
withPrivateIpAddresses(InstancePrivateIpAddress... privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object. |
InstanceNetworkInterface |
withSourceDestCheck(java.lang.Boolean sourceDestCheck)
Sets the value of the SourceDestCheck property for this object. |
InstanceNetworkInterface |
withStatus(java.lang.String status)
Sets the value of the Status property for this object. |
InstanceNetworkInterface |
withSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object. |
InstanceNetworkInterface |
withVpcId(java.lang.String vpcId)
Sets the value of the VpcId property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceNetworkInterface()
| Method Detail |
|---|
public java.lang.String getNetworkInterfaceId()
public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.public InstanceNetworkInterface 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.String getSubnetId()
public void setSubnetId(java.lang.String subnetId)
subnetId - The new value for the SubnetId property for this object.public InstanceNetworkInterface 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 getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - The new value for the VpcId property for this object.public InstanceNetworkInterface withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - The new value for the VpcId 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 InstanceNetworkInterface 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 getOwnerId()
public void setOwnerId(java.lang.String ownerId)
ownerId - The new value for the OwnerId property for this object.public InstanceNetworkInterface withOwnerId(java.lang.String ownerId)
Returns a reference to this object so that method calls can be chained together.
ownerId - The new value for the OwnerId property for this object.
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The new value for the Status property for this object.public InstanceNetworkInterface withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - The new value for the Status 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 InstanceNetworkInterface 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.lang.String getPrivateDnsName()
public void setPrivateDnsName(java.lang.String privateDnsName)
privateDnsName - The new value for the PrivateDnsName property for this object.public InstanceNetworkInterface withPrivateDnsName(java.lang.String privateDnsName)
Returns a reference to this object so that method calls can be chained together.
privateDnsName - The new value for the PrivateDnsName property for this object.
public java.lang.Boolean isSourceDestCheck()
public void setSourceDestCheck(java.lang.Boolean sourceDestCheck)
sourceDestCheck - The new value for the SourceDestCheck property for this object.public InstanceNetworkInterface withSourceDestCheck(java.lang.Boolean sourceDestCheck)
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck - The new value for the SourceDestCheck property for this object.
public java.lang.Boolean getSourceDestCheck()
public java.util.List<GroupIdentifier> getGroups()
public void setGroups(java.util.Collection<GroupIdentifier> groups)
groups - The new value for the Groups property for this object.public InstanceNetworkInterface withGroups(GroupIdentifier... 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 InstanceNetworkInterface withGroups(java.util.Collection<GroupIdentifier> 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 InstanceNetworkInterfaceAttachment getAttachment()
public void setAttachment(InstanceNetworkInterfaceAttachment attachment)
attachment - The new value for the Attachment property for this object.public InstanceNetworkInterface withAttachment(InstanceNetworkInterfaceAttachment attachment)
Returns a reference to this object so that method calls can be chained together.
attachment - The new value for the Attachment property for this object.
public InstanceNetworkInterfaceAssociation getAssociation()
public void setAssociation(InstanceNetworkInterfaceAssociation association)
association - The new value for the Association property for this object.public InstanceNetworkInterface withAssociation(InstanceNetworkInterfaceAssociation association)
Returns a reference to this object so that method calls can be chained together.
association - The new value for the Association property for this object.
public java.util.List<InstancePrivateIpAddress> getPrivateIpAddresses()
public void setPrivateIpAddresses(java.util.Collection<InstancePrivateIpAddress> privateIpAddresses)
privateIpAddresses - The new value for the PrivateIpAddresses property for this object.public InstanceNetworkInterface withPrivateIpAddresses(InstancePrivateIpAddress... 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 InstanceNetworkInterface withPrivateIpAddresses(java.util.Collection<InstancePrivateIpAddress> 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.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||