Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class DescribeNetworkInterfaceAttributeResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DescribeNetworkInterfaceAttributeResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeNetworkInterfaceAttributeResult
extends java.lang.Object
implements java.io.Serializable

Describe Network Interface Attribute Result

See Also:
Serialized Form

Constructor Summary
DescribeNetworkInterfaceAttributeResult()
           
 
Method Summary
 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
 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
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeNetworkInterfaceAttributeResult

public DescribeNetworkInterfaceAttributeResult()
Method Detail

getNetworkInterfaceId

public java.lang.String getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object.

Returns:
The value of the NetworkInterfaceId property for this object.

setNetworkInterfaceId

public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.

Parameters:
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.

withNetworkInterfaceId

public DescribeNetworkInterfaceAttributeResult withNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.

getDescription

public java.lang.String getDescription()
String value

Returns:
String value

setDescription

public void setDescription(java.lang.String description)
String value

Parameters:
description - String value

withDescription

public DescribeNetworkInterfaceAttributeResult withDescription(java.lang.String description)
String value

Returns a reference to this object so that method calls can be chained together.

Parameters:
description - String value

isSourceDestCheck

public java.lang.Boolean isSourceDestCheck()
Boolean value

Returns:
Boolean value

setSourceDestCheck

public void setSourceDestCheck(java.lang.Boolean sourceDestCheck)
Boolean value

Parameters:
sourceDestCheck - Boolean value

withSourceDestCheck

public DescribeNetworkInterfaceAttributeResult withSourceDestCheck(java.lang.Boolean sourceDestCheck)
Boolean value

Returns a reference to this object so that method calls can be chained together.

Parameters:
sourceDestCheck - Boolean value

getSourceDestCheck

public java.lang.Boolean getSourceDestCheck()
Boolean value

Returns:
Boolean value

getGroups

public java.util.List<GroupIdentifier> getGroups()
Returns the value of the Groups property for this object.

Returns:
The value of the Groups property for this object.

setGroups

public void setGroups(java.util.Collection<GroupIdentifier> groups)
Sets the value of the Groups property for this object.

Parameters:
groups - The new value for the Groups property for this object.

withGroups

public DescribeNetworkInterfaceAttributeResult withGroups(GroupIdentifier... groups)
Sets the value of the Groups property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
groups - The new value for the Groups property for this object.

withGroups

public DescribeNetworkInterfaceAttributeResult withGroups(java.util.Collection<GroupIdentifier> groups)
Sets the value of the Groups property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
groups - The new value for the Groups property for this object.

getAttachment

public NetworkInterfaceAttachment getAttachment()
Returns the value of the Attachment property for this object.

Returns:
The value of the Attachment property for this object.

setAttachment

public void setAttachment(NetworkInterfaceAttachment attachment)
Sets the value of the Attachment property for this object.

Parameters:
attachment - The new value for the Attachment property for this object.

withAttachment

public DescribeNetworkInterfaceAttributeResult withAttachment(NetworkInterfaceAttachment attachment)
Sets the value of the Attachment property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attachment - The new value for the Attachment property for this object.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.