@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeNetworkInterfaceAttributeRequest>
Contains the parameters for DescribeNetworkInterfaceAttribute.
NOOP
Constructor and Description |
---|
DescribeNetworkInterfaceAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfaceAttributeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttribute()
The attribute of the network interface.
|
Request<DescribeNetworkInterfaceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getNetworkInterfaceId()
The ID of the network interface.
|
int |
hashCode() |
void |
setAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.
|
void |
setAttribute(String attribute)
The attribute of the network interface.
|
void |
setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeNetworkInterfaceAttributeRequest |
withAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest |
withAttribute(String attribute)
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
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 DescribeNetworkInterfaceAttributeRequest()
public void setAttribute(String attribute)
The attribute of the network interface. This parameter is required.
attribute
- The attribute of the network interface. This parameter is required.NetworkInterfaceAttribute
public String getAttribute()
The attribute of the network interface. This parameter is required.
NetworkInterfaceAttribute
public DescribeNetworkInterfaceAttributeRequest withAttribute(String attribute)
The attribute of the network interface. This parameter is required.
attribute
- The attribute of the network interface. This parameter is required.NetworkInterfaceAttribute
public void setAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface. This parameter is required.
attribute
- The attribute of the network interface. This parameter is required.NetworkInterfaceAttribute
public DescribeNetworkInterfaceAttributeRequest withAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface. This parameter is required.
attribute
- The attribute of the network interface. This parameter is required.NetworkInterfaceAttribute
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 DescribeNetworkInterfaceAttributeRequest withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public Request<DescribeNetworkInterfaceAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeNetworkInterfaceAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeNetworkInterfaceAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.