@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ResetNetworkInterfaceAttributeRequest>
Contains the parameters for ResetNetworkInterfaceAttribute.
NOOP
Constructor and Description |
---|
ResetNetworkInterfaceAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
ResetNetworkInterfaceAttributeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ResetNetworkInterfaceAttributeRequest()
public void setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public String getNetworkInterfaceId()
The ID of the network interface.
public ResetNetworkInterfaceAttributeRequest withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public void setSourceDestCheck(String sourceDestCheck)
The source/destination checking attribute. Resets the value to true
.
sourceDestCheck
- The source/destination checking attribute. Resets the value to true
.public String getSourceDestCheck()
The source/destination checking attribute. Resets the value to true
.
true
.public ResetNetworkInterfaceAttributeRequest withSourceDestCheck(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 String toString()
toString
in class Object
Object.toString()
public ResetNetworkInterfaceAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.