|
|||||||
| 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.DeleteDhcpOptionsRequest
public class DeleteDhcpOptionsRequest
Container for the parameters to the 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.
AmazonEC2.deleteDhcpOptions(DeleteDhcpOptionsRequest)| Constructor Summary | |
|---|---|
DeleteDhcpOptionsRequest()
Default constructor for a new DeleteDhcpOptionsRequest object. |
|
DeleteDhcpOptionsRequest(String dhcpOptionsId)
Constructs a new DeleteDhcpOptionsRequest object. |
|
| Method Summary | |
|---|---|
String |
getDhcpOptionsId()
The ID of the DHCP options set to delete. |
void |
setDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteDhcpOptionsRequest |
withDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteDhcpOptionsRequest()
public DeleteDhcpOptionsRequest(String dhcpOptionsId)
dhcpOptionsId - The ID of the DHCP options set to delete.| Method Detail |
|---|
public String getDhcpOptionsId()
public void setDhcpOptionsId(String dhcpOptionsId)
dhcpOptionsId - The ID of the DHCP options set to delete.public DeleteDhcpOptionsRequest withDhcpOptionsId(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 String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||