public class AssignPrivateIpAddressesRequest extends AmazonWebServiceRequest implements java.io.Serializable
AssignPrivateIpAddresses operation.| コンストラクタと説明 |
|---|
AssignPrivateIpAddressesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAllowReassignment()
Returns the value of the AllowReassignment property for this object.
|
java.lang.String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object.
|
java.util.List<java.lang.String> |
getPrivateIpAddresses()
Returns the value of the PrivateIpAddresses property for this object.
|
java.lang.Integer |
getSecondaryPrivateIpAddressCount()
Returns the value of the SecondaryPrivateIpAddressCount property for
this object.
|
int |
hashCode() |
java.lang.Boolean |
isAllowReassignment()
Returns the value of the AllowReassignment property for this object.
|
void |
setAllowReassignment(java.lang.Boolean allowReassignment)
Sets the value of the AllowReassignment property for this object.
|
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
void |
setPrivateIpAddresses(java.util.Collection<java.lang.String> privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object.
|
void |
setSecondaryPrivateIpAddressCount(java.lang.Integer secondaryPrivateIpAddressCount)
Sets the value of the SecondaryPrivateIpAddressCount property for this
object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AssignPrivateIpAddressesRequest |
withAllowReassignment(java.lang.Boolean allowReassignment)
Sets the value of the AllowReassignment property for this object.
|
AssignPrivateIpAddressesRequest |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object.
|
AssignPrivateIpAddressesRequest |
withPrivateIpAddresses(java.util.Collection<java.lang.String> privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object.
|
AssignPrivateIpAddressesRequest |
withPrivateIpAddresses(java.lang.String... privateIpAddresses)
Sets the value of the PrivateIpAddresses property for this object.
|
AssignPrivateIpAddressesRequest |
withSecondaryPrivateIpAddressCount(java.lang.Integer secondaryPrivateIpAddressCount)
Sets the value of the SecondaryPrivateIpAddressCount property for this
object.
|
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 AssignPrivateIpAddressesRequest 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.util.List<java.lang.String> getPrivateIpAddresses()
public void setPrivateIpAddresses(java.util.Collection<java.lang.String> privateIpAddresses)
privateIpAddresses - The new value for the PrivateIpAddresses property for this object.public AssignPrivateIpAddressesRequest withPrivateIpAddresses(java.lang.String... privateIpAddresses)
Returns a reference to this object so that method calls can be chained together.
privateIpAddresses - The new value for the PrivateIpAddresses property for this object.public AssignPrivateIpAddressesRequest withPrivateIpAddresses(java.util.Collection<java.lang.String> privateIpAddresses)
Returns a reference to this object so that method calls can be chained together.
privateIpAddresses - The new value for the PrivateIpAddresses property for this object.public java.lang.Integer getSecondaryPrivateIpAddressCount()
public void setSecondaryPrivateIpAddressCount(java.lang.Integer secondaryPrivateIpAddressCount)
secondaryPrivateIpAddressCount - The new value for the SecondaryPrivateIpAddressCount property for this
object.public AssignPrivateIpAddressesRequest withSecondaryPrivateIpAddressCount(java.lang.Integer secondaryPrivateIpAddressCount)
Returns a reference to this object so that method calls can be chained together.
secondaryPrivateIpAddressCount - The new value for the SecondaryPrivateIpAddressCount property for this
object.public java.lang.Boolean isAllowReassignment()
public void setAllowReassignment(java.lang.Boolean allowReassignment)
allowReassignment - The new value for the AllowReassignment property for this object.public AssignPrivateIpAddressesRequest withAllowReassignment(java.lang.Boolean allowReassignment)
Returns a reference to this object so that method calls can be chained together.
allowReassignment - The new value for the AllowReassignment property for this object.public java.lang.Boolean getAllowReassignment()
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