public class DeleteDhcpOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteDhcpOptions operation.
Deletes a set of DHCP options that you specify. Amazon VPC returns an error if the set of options you specify is currently associated with a VPC. You can disassociate the set of options by associating either a new set of options or the default options with the VPC.
| コンストラクタと説明 |
|---|
DeleteDhcpOptionsRequest()
Default constructor for a new DeleteDhcpOptionsRequest object.
|
DeleteDhcpOptionsRequest(java.lang.String dhcpOptionsId)
Constructs a new DeleteDhcpOptionsRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDhcpOptionsId()
The ID of the DHCP options set to delete.
|
int |
hashCode() |
void |
setDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the DHCP options set to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDhcpOptionsRequest |
withDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the DHCP options set to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteDhcpOptionsRequest()
public DeleteDhcpOptionsRequest(java.lang.String dhcpOptionsId)
dhcpOptionsId - The ID of the DHCP options set to delete.public java.lang.String getDhcpOptionsId()
public void setDhcpOptionsId(java.lang.String dhcpOptionsId)
dhcpOptionsId - The ID of the DHCP options set to delete.public DeleteDhcpOptionsRequest withDhcpOptionsId(java.lang.String dhcpOptionsId)
Returns a reference to this object so that method calls can be chained together.
dhcpOptionsId - The ID of the DHCP options set to delete.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