|
|||||||
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(java.lang.Object obj)
|
java.lang.String |
getAttachment()
The attachment attribute. |
java.lang.String |
getDescription()
The description attribute. |
Request<DescribeNetworkInterfaceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only. |
java.lang.String |
getGroups()
The groupSet attribute. |
java.lang.String |
getNetworkInterfaceId()
The ID of the network interface. |
java.lang.String |
getSourceDestCheck()
The sourceDestCheck attribute. |
int |
hashCode()
|
void |
setAttachment(java.lang.String attachment)
The attachment attribute. |
void |
setDescription(java.lang.String description)
The description attribute. |
void |
setGroups(java.lang.String groups)
The groupSet attribute. |
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface. |
void |
setSourceDestCheck(java.lang.String sourceDestCheck)
The sourceDestCheck attribute. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeNetworkInterfaceAttributeRequest |
withAttachment(java.lang.String attachment)
The attachment attribute. |
DescribeNetworkInterfaceAttributeRequest |
withDescription(java.lang.String description)
The description attribute. |
DescribeNetworkInterfaceAttributeRequest |
withGroups(java.lang.String groups)
The groupSet attribute. |
DescribeNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface. |
DescribeNetworkInterfaceAttributeRequest |
withSourceDestCheck(java.lang.String sourceDestCheck)
The sourceDestCheck attribute. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeNetworkInterfaceAttributeRequest()
Method Detail |
---|
public java.lang.String getNetworkInterfaceId()
public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
networkInterfaceId
- The ID of the network interface.public DescribeNetworkInterfaceAttributeRequest withNetworkInterfaceId(java.lang.String networkInterfaceId)
Returns a reference to this object so that method calls can be chained together.
networkInterfaceId
- The ID of the network interface.
public java.lang.String getDescription()
description
attribute.
description
attribute.public void setDescription(java.lang.String description)
description
attribute.
description
- The description
attribute.public DescribeNetworkInterfaceAttributeRequest withDescription(java.lang.String description)
description
attribute.
Returns a reference to this object so that method calls can be chained together.
description
- The description
attribute.
public java.lang.String getSourceDestCheck()
sourceDestCheck
attribute.
sourceDestCheck
attribute.public void setSourceDestCheck(java.lang.String sourceDestCheck)
sourceDestCheck
attribute.
sourceDestCheck
- The sourceDestCheck
attribute.public DescribeNetworkInterfaceAttributeRequest withSourceDestCheck(java.lang.String sourceDestCheck)
sourceDestCheck
attribute.
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck
- The sourceDestCheck
attribute.
public java.lang.String getGroups()
groupSet
attribute.
groupSet
attribute.public void setGroups(java.lang.String groups)
groupSet
attribute.
groups
- The groupSet
attribute.public DescribeNetworkInterfaceAttributeRequest withGroups(java.lang.String groups)
groupSet
attribute.
Returns a reference to this object so that method calls can be chained together.
groups
- The groupSet
attribute.
public java.lang.String getAttachment()
attachment
attribute.
attachment
attribute.public void setAttachment(java.lang.String attachment)
attachment
attribute.
attachment
- The attachment
attribute.public DescribeNetworkInterfaceAttributeRequest withAttachment(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |