|
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.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)
,
Serialized FormConstructor Summary | |
---|---|
DeleteDhcpOptionsRequest()
Default constructor for a new DeleteDhcpOptionsRequest object. |
|
DeleteDhcpOptionsRequest(String dhcpOptionsId)
Constructs a new DeleteDhcpOptionsRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDhcpOptionsId()
The ID of the DHCP options set to delete. |
Request<DeleteDhcpOptionsRequest> |
getDryRunRequest()
This method is intended for internal use only. |
int |
hashCode()
|
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 |
---|
getClass, 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 Request<DeleteDhcpOptionsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteDhcpOptionsRequest>
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 |