public class DescribeNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DescribeNetworkInterfaceAttributeRequest>
Contains the parameters for DescribeNetworkInterfaceAttribute.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attribute
The attribute of the network interface.
|
private java.lang.String |
networkInterfaceId
The ID of the network interface.
|
NOOP
Constructor and Description |
---|
DescribeNetworkInterfaceAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfaceAttributeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttribute()
The attribute of the network interface.
|
Request<DescribeNetworkInterfaceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getNetworkInterfaceId()
The ID of the network interface.
|
int |
hashCode() |
void |
setAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.
|
void |
setAttribute(java.lang.String attribute)
The attribute of the network interface.
|
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
java.lang.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(java.lang.String attribute)
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
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 attribute
The attribute of the network interface.
public DescribeNetworkInterfaceAttributeRequest()
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 DescribeNetworkInterfaceAttributeRequest withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public void setAttribute(java.lang.String attribute)
The attribute of the network interface.
attribute
- The attribute of the network interface.NetworkInterfaceAttribute
public java.lang.String getAttribute()
The attribute of the network interface.
NetworkInterfaceAttribute
public DescribeNetworkInterfaceAttributeRequest withAttribute(java.lang.String attribute)
The attribute of the network interface.
attribute
- The attribute of the network interface.NetworkInterfaceAttribute
public void setAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.
attribute
- The attribute of the network interface.NetworkInterfaceAttribute
public DescribeNetworkInterfaceAttributeRequest withAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.
attribute
- The attribute of the network interface.NetworkInterfaceAttribute
public Request<DescribeNetworkInterfaceAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeNetworkInterfaceAttributeRequest>
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 DescribeNetworkInterfaceAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()