|
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.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeNetworkInterfaceAttributeRequest
public class DescribeNetworkInterfaceAttributeRequest
Container for the parameters to the DescribeNetworkInterfaceAttribute operation
.
AmazonEC2.describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeNetworkInterfaceAttributeRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAttachment()
Returns the value of the Attachment property for this object. |
String |
getDescription()
Returns the value of the Description property for this object. |
String |
getGroups()
Returns the value of the Groups property for this object. |
String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object. |
String |
getSourceDestCheck()
Returns the value of the SourceDestCheck property for this object. |
int |
hashCode()
|
void |
setAttachment(String attachment)
Sets the value of the Attachment property for this object. |
void |
setDescription(String description)
Sets the value of the Description property for this object. |
void |
setGroups(String 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(String sourceDestCheck)
Sets the value of the SourceDestCheck property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeNetworkInterfaceAttributeRequest |
withAttachment(String attachment)
Sets the value of the Attachment property for this object. |
DescribeNetworkInterfaceAttributeRequest |
withDescription(String description)
Sets the value of the Description property for this object. |
DescribeNetworkInterfaceAttributeRequest |
withGroups(String groups)
Sets the value of the Groups property for this object. |
DescribeNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
DescribeNetworkInterfaceAttributeRequest |
withSourceDestCheck(String sourceDestCheck)
Sets the value of the SourceDestCheck property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeNetworkInterfaceAttributeRequest()
Method Detail |
---|
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId
- The new value for the NetworkInterfaceId property for this object.public DescribeNetworkInterfaceAttributeRequest 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
- The new value for the Description property for this object.public DescribeNetworkInterfaceAttributeRequest withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The new value for the Description property for this object.
public String getSourceDestCheck()
public void setSourceDestCheck(String sourceDestCheck)
sourceDestCheck
- The new value for the SourceDestCheck property for this object.public DescribeNetworkInterfaceAttributeRequest withSourceDestCheck(String sourceDestCheck)
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck
- The new value for the SourceDestCheck property for this object.
public String getGroups()
public void setGroups(String groups)
groups
- The new value for the Groups property for this object.public DescribeNetworkInterfaceAttributeRequest withGroups(String 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 String getAttachment()
public void setAttachment(String attachment)
attachment
- The new value for the Attachment property for this object.public DescribeNetworkInterfaceAttributeRequest withAttachment(String 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |