public class ResetNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<ResetNetworkInterfaceAttributeRequest>
ResetNetworkInterfaceAttribute operation.| 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()
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 |
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.
|
ResetNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
ResetNetworkInterfaceAttributeRequest |
withSourceDestCheck(String sourceDestCheck)
Sets the value of the SourceDestCheck property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic ResetNetworkInterfaceAttributeRequest()
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.public ResetNetworkInterfaceAttributeRequest 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 getSourceDestCheck()
public void setSourceDestCheck(String sourceDestCheck)
sourceDestCheck - The new value for the SourceDestCheck property for this object.public ResetNetworkInterfaceAttributeRequest 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 Request<ResetNetworkInterfaceAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ResetNetworkInterfaceAttributeRequest>public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.