public class DescribeNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements 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(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. |
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DescribeNetworkInterfaceAttributeRequest()
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()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.