public class ModifyNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements java.io.Serializable
ModifyNetworkInterfaceAttribute operation.| コンストラクタと説明 |
|---|
ModifyNetworkInterfaceAttributeRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
NetworkInterfaceAttachmentChanges |
getAttachment()
Returns the value of the Attachment property for this object.
|
java.lang.String |
getDescription()
String value
|
java.util.List<java.lang.String> |
getGroups()
Returns the value of the Groups property for this object.
|
java.lang.String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object.
|
java.lang.Boolean |
getSourceDestCheck()
Boolean value
|
int |
hashCode() |
java.lang.Boolean |
isSourceDestCheck()
Boolean value
|
void |
setAttachment(NetworkInterfaceAttachmentChanges attachment)
Sets the value of the Attachment property for this object.
|
void |
setDescription(java.lang.String description)
String value
|
void |
setGroups(java.util.Collection<java.lang.String> groups)
Sets the value of the Groups property for this object.
|
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
void |
setSourceDestCheck(java.lang.Boolean sourceDestCheck)
Boolean value
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyNetworkInterfaceAttributeRequest |
withAttachment(NetworkInterfaceAttachmentChanges attachment)
Sets the value of the Attachment property for this object.
|
ModifyNetworkInterfaceAttributeRequest |
withDescription(java.lang.String description)
String value
Returns a reference to this object so that method calls can be chained together.
|
ModifyNetworkInterfaceAttributeRequest |
withGroups(java.util.Collection<java.lang.String> groups)
Sets the value of the Groups property for this object.
|
ModifyNetworkInterfaceAttributeRequest |
withGroups(java.lang.String... groups)
Sets the value of the Groups property for this object.
|
ModifyNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
ModifyNetworkInterfaceAttributeRequest |
withSourceDestCheck(java.lang.Boolean sourceDestCheck)
Boolean value
Returns a reference to this object so that method calls can be chained together.
|
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 ModifyNetworkInterfaceAttributeRequest 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 getDescription()
public void setDescription(java.lang.String description)
description - String valuepublic ModifyNetworkInterfaceAttributeRequest withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - String valuepublic java.lang.Boolean isSourceDestCheck()
public void setSourceDestCheck(java.lang.Boolean sourceDestCheck)
sourceDestCheck - Boolean valuepublic ModifyNetworkInterfaceAttributeRequest withSourceDestCheck(java.lang.Boolean sourceDestCheck)
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck - Boolean valuepublic java.lang.Boolean getSourceDestCheck()
public java.util.List<java.lang.String> getGroups()
public void setGroups(java.util.Collection<java.lang.String> groups)
groups - The new value for the Groups property for this object.public ModifyNetworkInterfaceAttributeRequest withGroups(java.lang.String... groups)
Returns a reference to this object so that method calls can be chained together.
groups - The new value for the Groups property for this object.public ModifyNetworkInterfaceAttributeRequest withGroups(java.util.Collection<java.lang.String> groups)
Returns a reference to this object so that method calls can be chained together.
groups - The new value for the Groups property for this object.public NetworkInterfaceAttachmentChanges getAttachment()
public void setAttachment(NetworkInterfaceAttachmentChanges attachment)
attachment - The new value for the Attachment property for this object.public ModifyNetworkInterfaceAttributeRequest withAttachment(NetworkInterfaceAttachmentChanges attachment)
Returns a reference to this object so that method calls can be chained together.
attachment - The new value for the Attachment 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