|
||||||||||
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
.
Describes a network interface attribute. You can specify only one attribute at a time.
AmazonEC2.describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeNetworkInterfaceAttributeRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAttachment()
The attachment attribute. |
String |
getDescription()
The description attribute. |
Request<DescribeNetworkInterfaceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only. |
String |
getGroups()
The groupSet attribute. |
String |
getNetworkInterfaceId()
The ID of the network interface. |
String |
getSourceDestCheck()
The sourceDestCheck attribute. |
int |
hashCode()
|
void |
setAttachment(String attachment)
The attachment attribute. |
void |
setDescription(String description)
The description attribute. |
void |
setGroups(String groups)
The groupSet attribute. |
void |
setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface. |
void |
setSourceDestCheck(String sourceDestCheck)
The sourceDestCheck attribute. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeNetworkInterfaceAttributeRequest |
withAttachment(String attachment)
The attachment attribute. |
DescribeNetworkInterfaceAttributeRequest |
withDescription(String description)
The description attribute. |
DescribeNetworkInterfaceAttributeRequest |
withGroups(String groups)
The groupSet attribute. |
DescribeNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface. |
DescribeNetworkInterfaceAttributeRequest |
withSourceDestCheck(String sourceDestCheck)
The sourceDestCheck attribute. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeNetworkInterfaceAttributeRequest()
Method Detail |
---|
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId
- The ID of the network interface.public DescribeNetworkInterfaceAttributeRequest withNetworkInterfaceId(String networkInterfaceId)
Returns a reference to this object so that method calls can be chained together.
networkInterfaceId
- The ID of the network interface.
public String getDescription()
description
attribute.
description
attribute.public void setDescription(String description)
description
attribute.
description
- The description
attribute.public DescribeNetworkInterfaceAttributeRequest withDescription(String description)
description
attribute.
Returns a reference to this object so that method calls can be chained together.
description
- The description
attribute.
public String getSourceDestCheck()
sourceDestCheck
attribute.
sourceDestCheck
attribute.public void setSourceDestCheck(String sourceDestCheck)
sourceDestCheck
attribute.
sourceDestCheck
- The sourceDestCheck
attribute.public DescribeNetworkInterfaceAttributeRequest withSourceDestCheck(String sourceDestCheck)
sourceDestCheck
attribute.
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck
- The sourceDestCheck
attribute.
public String getGroups()
groupSet
attribute.
groupSet
attribute.public void setGroups(String groups)
groupSet
attribute.
groups
- The groupSet
attribute.public DescribeNetworkInterfaceAttributeRequest withGroups(String groups)
groupSet
attribute.
Returns a reference to this object so that method calls can be chained together.
groups
- The groupSet
attribute.
public String getAttachment()
attachment
attribute.
attachment
attribute.public void setAttachment(String attachment)
attachment
attribute.
attachment
- The attachment
attribute.public DescribeNetworkInterfaceAttributeRequest withAttachment(String attachment)
attachment
attribute.
Returns a reference to this object so that method calls can be chained together.
attachment
- The attachment
attribute.
public Request<DescribeNetworkInterfaceAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeNetworkInterfaceAttributeRequest>
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 |