public class DetachNetworkInterfaceRequest extends AmazonWebServiceRequest implements java.io.Serializable
DetachNetworkInterface operation.| コンストラクタと説明 |
|---|
DetachNetworkInterfaceRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttachmentId()
Returns the value of the AttachmentId property for this object.
|
java.lang.Boolean |
getForce()
Returns the value of the Force property for this object.
|
int |
hashCode() |
java.lang.Boolean |
isForce()
Returns the value of the Force property for this object.
|
void |
setAttachmentId(java.lang.String attachmentId)
Sets the value of the AttachmentId property for this object.
|
void |
setForce(java.lang.Boolean force)
Sets the value of the Force property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetachNetworkInterfaceRequest |
withAttachmentId(java.lang.String attachmentId)
Sets the value of the AttachmentId property for this object.
|
DetachNetworkInterfaceRequest |
withForce(java.lang.Boolean force)
Sets the value of the Force property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getAttachmentId()
public void setAttachmentId(java.lang.String attachmentId)
attachmentId - The new value for the AttachmentId property for this object.public DetachNetworkInterfaceRequest withAttachmentId(java.lang.String attachmentId)
Returns a reference to this object so that method calls can be chained together.
attachmentId - The new value for the AttachmentId property for this object.public java.lang.Boolean isForce()
public void setForce(java.lang.Boolean force)
force - The new value for the Force property for this object.public DetachNetworkInterfaceRequest withForce(java.lang.Boolean force)
Returns a reference to this object so that method calls can be chained together.
force - The new value for the Force property for this object.public java.lang.Boolean getForce()
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