|
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.DescribeNetworkInterfaceAttributeResult
public class DescribeNetworkInterfaceAttributeResult
Describe Network Interface Attribute Result
| Constructor Summary | |
|---|---|
DescribeNetworkInterfaceAttributeResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
NetworkInterfaceAttachment |
getAttachment()
Returns the value of the Attachment property for this object. |
String |
getDescription()
String value |
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. |
Boolean |
getSourceDestCheck()
Boolean value |
int |
hashCode()
|
Boolean |
isSourceDestCheck()
Boolean value |
void |
setAttachment(NetworkInterfaceAttachment attachment)
Sets the value of the Attachment property for this object. |
void |
setDescription(String description)
String value |
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 |
setSourceDestCheck(Boolean sourceDestCheck)
Boolean value |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeNetworkInterfaceAttributeResult |
withAttachment(NetworkInterfaceAttachment attachment)
Sets the value of the Attachment property for this object. |
DescribeNetworkInterfaceAttributeResult |
withDescription(String description)
String value |
DescribeNetworkInterfaceAttributeResult |
withGroups(Collection<GroupIdentifier> groups)
Sets the value of the Groups property for this object. |
DescribeNetworkInterfaceAttributeResult |
withGroups(GroupIdentifier... groups)
Sets the value of the Groups property for this object. |
DescribeNetworkInterfaceAttributeResult |
withNetworkInterfaceId(String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
DescribeNetworkInterfaceAttributeResult |
withSourceDestCheck(Boolean sourceDestCheck)
Boolean value |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeNetworkInterfaceAttributeResult()
| Method Detail |
|---|
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.public DescribeNetworkInterfaceAttributeResult 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 getDescription()
public void setDescription(String description)
description - String valuepublic DescribeNetworkInterfaceAttributeResult withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - String value
public Boolean isSourceDestCheck()
public void setSourceDestCheck(Boolean sourceDestCheck)
sourceDestCheck - Boolean valuepublic DescribeNetworkInterfaceAttributeResult withSourceDestCheck(Boolean sourceDestCheck)
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck - Boolean value
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 DescribeNetworkInterfaceAttributeResult 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 DescribeNetworkInterfaceAttributeResult 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 NetworkInterfaceAttachment getAttachment()
public void setAttachment(NetworkInterfaceAttachment attachment)
attachment - The new value for the Attachment property for this object.public DescribeNetworkInterfaceAttributeResult withAttachment(NetworkInterfaceAttachment 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 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 | ||||||