public class DescribeNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeNetworkInterfaceAttributeRequest>
DescribeNetworkInterfaceAttribute operation.| Constructor and Description |
|---|
DescribeNetworkInterfaceAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Request<DescribeNetworkInterfaceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic DescribeNetworkInterfaceAttributeRequest()
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 Request<DescribeNetworkInterfaceAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeNetworkInterfaceAttributeRequest>public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.