|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.ModifyNetworkInterfaceAttributeRequest
public class ModifyNetworkInterfaceAttributeRequest
Container for the parameters to the ModifyNetworkInterfaceAttribute operation
.
AmazonEC2.modifyNetworkInterfaceAttribute(ModifyNetworkInterfaceAttributeRequest)
Constructor Summary | |
---|---|
ModifyNetworkInterfaceAttributeRequest()
|
Method Summary | |
---|---|
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 |
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 |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyNetworkInterfaceAttributeRequest()
Method Detail |
---|
public 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 value
public 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 value
public 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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |