public class DescribeNetworkInterfaceAttributeResult extends Object implements Serializable
Constructor and Description |
---|
DescribeNetworkInterfaceAttributeResult() |
Modifier and Type | Method and Description |
---|---|
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
|
public DescribeNetworkInterfaceAttributeResult()
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 valuepublic 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 valuepublic 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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.