public class ResetNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<ResetNetworkInterfaceAttributeRequest>
Contains the parameters for ResetNetworkInterfaceAttribute.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
networkInterfaceId
The ID of the network interface.
|
private java.lang.String |
sourceDestCheck
The source/destination checking attribute.
|
NOOP
Constructor and Description |
---|
ResetNetworkInterfaceAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
ResetNetworkInterfaceAttributeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
Request<ResetNetworkInterfaceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getNetworkInterfaceId()
The ID of the network interface.
|
java.lang.String |
getSourceDestCheck()
The source/destination checking attribute.
|
int |
hashCode() |
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
void |
setSourceDestCheck(java.lang.String sourceDestCheck)
The source/destination checking attribute.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResetNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
ResetNetworkInterfaceAttributeRequest |
withSourceDestCheck(java.lang.String sourceDestCheck)
The source/destination checking attribute.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String networkInterfaceId
The ID of the network interface.
private java.lang.String sourceDestCheck
The source/destination checking attribute. Resets the value to
true
.
public ResetNetworkInterfaceAttributeRequest()
public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public java.lang.String getNetworkInterfaceId()
The ID of the network interface.
public ResetNetworkInterfaceAttributeRequest withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public void setSourceDestCheck(java.lang.String sourceDestCheck)
The source/destination checking attribute. Resets the value to
true
.
sourceDestCheck
- The source/destination checking attribute. Resets the value to
true
.public java.lang.String getSourceDestCheck()
The source/destination checking attribute. Resets the value to
true
.
true
.public ResetNetworkInterfaceAttributeRequest withSourceDestCheck(java.lang.String sourceDestCheck)
The source/destination checking attribute. Resets the value to
true
.
sourceDestCheck
- The source/destination checking attribute. Resets the value to
true
.public Request<ResetNetworkInterfaceAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ResetNetworkInterfaceAttributeRequest>
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ResetNetworkInterfaceAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()