public class DescribeNetworkInterfaceAttributeResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeNetworkInterfaceAttributeResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
NetworkInterfaceAttachment |
getAttachment()
Returns the value of the Attachment property for this object.
|
java.lang.String |
getDescription()
String value
|
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.Boolean |
getSourceDestCheck()
Boolean value
|
int |
hashCode() |
java.lang.Boolean |
isSourceDestCheck()
Boolean value
|
void |
setAttachment(NetworkInterfaceAttachment attachment)
Sets the value of the Attachment property for this object.
|
void |
setDescription(java.lang.String description)
String value
|
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 |
setSourceDestCheck(java.lang.Boolean sourceDestCheck)
Boolean value
|
java.lang.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(java.lang.String description)
String value
Returns a reference to this object so that method calls can be chained together.
|
DescribeNetworkInterfaceAttributeResult |
withGroups(java.util.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(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
DescribeNetworkInterfaceAttributeResult |
withSourceDestCheck(java.lang.Boolean sourceDestCheck)
Boolean value
Returns a reference to this object so that method calls can be chained together.
|
public java.lang.String getNetworkInterfaceId()
public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.public DescribeNetworkInterfaceAttributeResult 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 getDescription()
public void setDescription(java.lang.String description)
description - String valuepublic DescribeNetworkInterfaceAttributeResult withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - String valuepublic java.lang.Boolean isSourceDestCheck()
public void setSourceDestCheck(java.lang.Boolean sourceDestCheck)
sourceDestCheck - Boolean valuepublic DescribeNetworkInterfaceAttributeResult withSourceDestCheck(java.lang.Boolean sourceDestCheck)
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck - Boolean valuepublic 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 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(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 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 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