public class ResetNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ResetNetworkInterfaceAttributeRequest>
ResetNetworkInterfaceAttribute operation
.
Resets a network interface attribute. You can specify only one attribute at a time.
NOOP
Constructor and Description |
---|
ResetNetworkInterfaceAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
ResetNetworkInterfaceAttributeRequest |
clone() |
boolean |
equals(Object obj) |
Request<ResetNetworkInterfaceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getNetworkInterfaceId()
The ID of the network interface.
|
String |
getSourceDestCheck()
The source/destination checking attribute.
|
int |
hashCode() |
void |
setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
void |
setSourceDestCheck(String sourceDestCheck)
The source/destination checking attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResetNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
ResetNetworkInterfaceAttributeRequest |
withSourceDestCheck(String sourceDestCheck)
The source/destination checking attribute.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ResetNetworkInterfaceAttributeRequest()
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId
- The ID of the network interface.public ResetNetworkInterfaceAttributeRequest 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 getSourceDestCheck()
true
.true
.public void setSourceDestCheck(String sourceDestCheck)
true
.sourceDestCheck
- The source/destination checking attribute. Resets the value to
true
.public ResetNetworkInterfaceAttributeRequest withSourceDestCheck(String sourceDestCheck)
true
.
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck
- The source/destination checking attribute. Resets the value to
true
.public Request<ResetNetworkInterfaceAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ResetNetworkInterfaceAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public ResetNetworkInterfaceAttributeRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.