public class AttachNetworkInterfaceRequest extends AmazonWebServiceRequest implements java.io.Serializable
AttachNetworkInterface operation.| コンストラクタと説明 |
|---|
AttachNetworkInterfaceRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getDeviceIndex()
Returns the value of the DeviceIndex property for this object.
|
java.lang.String |
getInstanceId()
Returns the value of the InstanceId property for this object.
|
java.lang.String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object.
|
int |
hashCode() |
void |
setDeviceIndex(java.lang.Integer deviceIndex)
Sets the value of the DeviceIndex property for this object.
|
void |
setInstanceId(java.lang.String instanceId)
Sets the value of the InstanceId property for this object.
|
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AttachNetworkInterfaceRequest |
withDeviceIndex(java.lang.Integer deviceIndex)
Sets the value of the DeviceIndex property for this object.
|
AttachNetworkInterfaceRequest |
withInstanceId(java.lang.String instanceId)
Sets the value of the InstanceId property for this object.
|
AttachNetworkInterfaceRequest |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getNetworkInterfaceId()
public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.public AttachNetworkInterfaceRequest withNetworkInterfaceId(java.lang.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 java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId - The new value for the InstanceId property for this object.public AttachNetworkInterfaceRequest withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The new value for the InstanceId property for this object.public java.lang.Integer getDeviceIndex()
public void setDeviceIndex(java.lang.Integer deviceIndex)
deviceIndex - The new value for the DeviceIndex property for this object.public AttachNetworkInterfaceRequest withDeviceIndex(java.lang.Integer deviceIndex)
Returns a reference to this object so that method calls can be chained together.
deviceIndex - The new value for the DeviceIndex property for this object.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object