public class ResetNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements Serializable, 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 |
---|---|
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()
Indicates whether source/destination checking is enabled.
|
int |
hashCode() |
void |
setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
void |
setSourceDestCheck(String sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
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)
Indicates whether source/destination checking is enabled.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, 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
means checking is enabled, and false
means checking is disabled. This value must be false
for
a NAT instance to perform NAT.true
means checking is enabled, and false
means checking is disabled. This value must be false
for
a NAT instance to perform NAT.public void setSourceDestCheck(String sourceDestCheck)
true
means checking is enabled, and false
means checking is disabled. This value must be false
for
a NAT instance to perform NAT.sourceDestCheck
- Indicates whether source/destination checking is enabled. A value of
true
means checking is enabled, and false
means checking is disabled. This value must be false
for
a NAT instance to perform NAT.public ResetNetworkInterfaceAttributeRequest withSourceDestCheck(String sourceDestCheck)
true
means checking is enabled, and false
means checking is disabled. This value must be false
for
a NAT instance to perform NAT.
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck
- Indicates whether source/destination checking is enabled. A value of
true
means checking is enabled, and false
means checking is disabled. This value must be false
for
a NAT instance to perform NAT.public Request<ResetNetworkInterfaceAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ResetNetworkInterfaceAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.