public class DescribeNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<DescribeNetworkInterfaceAttributeRequest>
DescribeNetworkInterfaceAttribute operation.
Describes a network interface attribute. You can specify only one attribute at a time.
| Constructor and Description |
|---|
DescribeNetworkInterfaceAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
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. |
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic DescribeNetworkInterfaceAttributeRequest()
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.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object