public class DescribeNetworkInterfaceAttributeResult extends Object implements Serializable
Constructor and Description |
---|
DescribeNetworkInterfaceAttributeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
NetworkInterfaceAttachment |
getAttachment()
The attachment (if any) of the network interface.
|
String |
getDescription()
The description of the network interface.
|
List<GroupIdentifier> |
getGroups()
The security groups associated with the network interface.
|
String |
getNetworkInterfaceId()
The ID of the network interface.
|
Boolean |
getSourceDestCheck()
Indicates whether source/destination checking is enabled.
|
int |
hashCode() |
Boolean |
isSourceDestCheck()
Indicates whether source/destination checking is enabled.
|
void |
setAttachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
|
void |
setDescription(String description)
The description of the network interface.
|
void |
setGroups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
|
void |
setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
void |
setSourceDestCheck(Boolean sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public DescribeNetworkInterfaceAttributeResult()
public void setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public String getNetworkInterfaceId()
The ID of the network interface.
public void setDescription(String description)
The description of the network interface.
description
- The description of the network interface.public String getDescription()
The description of the network interface.
public void setSourceDestCheck(Boolean sourceDestCheck)
Indicates whether source/destination checking is enabled.
sourceDestCheck
- Indicates whether source/destination checking is enabled.public Boolean getSourceDestCheck()
Indicates whether source/destination checking is enabled.
public Boolean isSourceDestCheck()
Indicates whether source/destination checking is enabled.
public List<GroupIdentifier> getGroups()
The security groups associated with the network interface.
public void setGroups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
groups
- The security groups associated with the network interface.public void setAttachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
attachment
- The attachment (if any) of the network interface.public NetworkInterfaceAttachment getAttachment()
The attachment (if any) of the network interface.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.