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()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public ResetNetworkInterfaceAttributeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.