|
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)
,
Serialized FormConstructor Summary | |
---|---|
ModifyNetworkInterfaceAttributeRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
NetworkInterfaceAttachmentChanges |
getAttachment()
Returns the value of the Attachment property for this object. |
String |
getDescription()
String value |
List<String> |
getGroups()
Returns the value of the Groups property for this object. |
String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object. |
Boolean |
getSourceDestCheck()
Boolean value |
int |
hashCode()
|
Boolean |
isSourceDestCheck()
Boolean value |
void |
setAttachment(NetworkInterfaceAttachmentChanges attachment)
Sets the value of the Attachment property for this object. |
void |
setDescription(String description)
String value |
void |
setGroups(Collection<String> groups)
Sets the value of the Groups property for this object. |
void |
setNetworkInterfaceId(String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
void |
setSourceDestCheck(Boolean sourceDestCheck)
Boolean value |
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(String description)
String value |
ModifyNetworkInterfaceAttributeRequest |
withGroups(Collection<String> groups)
Sets the value of the Groups property for this object. |
ModifyNetworkInterfaceAttributeRequest |
withGroups(String... groups)
Sets the value of the Groups property for this object. |
ModifyNetworkInterfaceAttributeRequest |
withNetworkInterfaceId(String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
ModifyNetworkInterfaceAttributeRequest |
withSourceDestCheck(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 String getNetworkInterfaceId()
public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId
- The new value for the NetworkInterfaceId property for this object.public ModifyNetworkInterfaceAttributeRequest withNetworkInterfaceId(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 String getDescription()
public void setDescription(String description)
description
- String valuepublic ModifyNetworkInterfaceAttributeRequest withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- String value
public Boolean isSourceDestCheck()
public void setSourceDestCheck(Boolean sourceDestCheck)
sourceDestCheck
- Boolean valuepublic ModifyNetworkInterfaceAttributeRequest withSourceDestCheck(Boolean sourceDestCheck)
Returns a reference to this object so that method calls can be chained together.
sourceDestCheck
- Boolean value
public Boolean getSourceDestCheck()
public List<String> getGroups()
public void setGroups(Collection<String> groups)
groups
- The new value for the Groups property for this object.public ModifyNetworkInterfaceAttributeRequest withGroups(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(Collection<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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |