public class ModifyNetworkInterfaceAttributeRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<ModifyNetworkInterfaceAttributeRequest>
ModifyNetworkInterfaceAttribute operation.| Constructor and Description |
|---|
ModifyNetworkInterfaceAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
NetworkInterfaceAttachmentChanges |
getAttachment()
Returns the value of the Attachment property for this object.
|
String |
getDescription()
String value
|
Request<ModifyNetworkInterfaceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
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
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic ModifyNetworkInterfaceAttributeRequest()
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 valuepublic 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 valuepublic 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 Request<ModifyNetworkInterfaceAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifyNetworkInterfaceAttributeRequest>public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.