|
|||||||
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(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. |
String |
getDescription()
Returns the value of the Description property for this object. |
List<GroupIdentifier> |
getGroups()
Returns the value of the Groups property for this object. |
String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object. |
String |
getOwnerId()
Returns the value of the OwnerId property for this object. |
String |
getPrivateDnsName()
Returns the value of the PrivateDnsName property for this object. |
String |
getPrivateIpAddress()
Returns the value of the PrivateIpAddress property for this object. |
Boolean |
getSourceDestCheck()
Returns the value of the SourceDestCheck property for this object. |
String |
getStatus()
Returns the value of the Status property for this object. |
String |
getSubnetId()
Returns the value of the SubnetId property for this object. |
String |
getVpcId()
Returns the value of the VpcId property for this object. |
int |
hashCode()
|
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(String description)
Sets the value of the Description property for this object. |
void |
setGroups(Collection<GroupIdentifier> 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 |
setOwnerId(String ownerId)
Sets the value of the OwnerId property for this object. |
void |
setPrivateDnsName(String privateDnsName)
Sets the value of the PrivateDnsName property for this object. |
void |
setPrivateIpAddress(String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object. |
void |
setSourceDestCheck(Boolean sourceDestCheck)
Sets the value of the SourceDestCheck property for this object. |
void |
setStatus(String status)
Sets the value of the Status property for this object. |
void |
setSubnetId(String subnetId)
Sets the value of the SubnetId property for this object. |
void |
setVpcId(String vpcId)
Sets the value of the VpcId property for this object. |
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(String description)
Sets the value of the Description property for this object. |
InstanceNetworkInterface |
withGroups(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(String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
InstanceNetworkInterface |
withOwnerId(String ownerId)
Sets the value of the OwnerId property for this object. |
InstanceNetworkInterface |
withPrivateDnsName(String privateDnsName)
Sets the value of the PrivateDnsName property for this object. |
InstanceNetworkInterface |
withPrivateIpAddress(String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object. |
InstanceNetworkInterface |
withSourceDestCheck(Boolean sourceDestCheck)
Sets the value of the SourceDestCheck property for this object. |
InstanceNetworkInterface |
withStatus(String status)
Sets the value of the Status property for this object. |
InstanceNetworkInterface |
withSubnetId(String subnetId)
Sets the value of the SubnetId property for this object. |
InstanceNetworkInterface |
withVpcId(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 String getNetworkInterfaceId()
public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId
- The new value for the NetworkInterfaceId property for this object.public InstanceNetworkInterface 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 String getSubnetId()
public void setSubnetId(String subnetId)
subnetId
- The new value for the SubnetId property for this object.public InstanceNetworkInterface 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 getVpcId()
public void setVpcId(String vpcId)
vpcId
- The new value for the VpcId property for this object.public InstanceNetworkInterface withVpcId(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 String getDescription()
public void setDescription(String description)
description
- The new value for the Description property for this object.public InstanceNetworkInterface 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 getOwnerId()
public void setOwnerId(String ownerId)
ownerId
- The new value for the OwnerId property for this object.public InstanceNetworkInterface withOwnerId(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 String getStatus()
public void setStatus(String status)
status
- The new value for the Status property for this object.public InstanceNetworkInterface withStatus(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 String getPrivateIpAddress()
public void setPrivateIpAddress(String privateIpAddress)
privateIpAddress
- The new value for the PrivateIpAddress property for this object.public InstanceNetworkInterface 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 String getPrivateDnsName()
public void setPrivateDnsName(String privateDnsName)
privateDnsName
- The new value for the PrivateDnsName property for this object.public InstanceNetworkInterface withPrivateDnsName(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 Boolean isSourceDestCheck()
public void setSourceDestCheck(Boolean sourceDestCheck)
sourceDestCheck
- The new value for the SourceDestCheck property for this object.public InstanceNetworkInterface withSourceDestCheck(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 Boolean getSourceDestCheck()
public List<GroupIdentifier> getGroups()
public void setGroups(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |